summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index fb9052983..079f0b0b7 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -112,6 +112,14 @@ input[type="file"].form-control{
line-height: 1;
}
+.input-group .input-group.has-previous-value {
+ width: 100%;
+}
+
+.input-group .input-group {
+ width: calc(100% - 32px);
+}
+
.previous-value .form-control,
.previous-value .input-group-text{
border-top: 0;