summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-15 11:21:19 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-15 11:21:19 +0100
commit3dff43afc58f69ceb14cd82b60f2c165297b3bf9 (patch)
treef6685a5ada8f63a6ba50359fe78339008f1babd0 /css
parent16bafd66d1ab8a6d9641eacef57c4c5d304f57f1 (diff)
Fix multiselect width and avatar display
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/Properties/Properties.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index e22cb5b8..55ad6c99 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -56,8 +56,8 @@ $property-value-max-width: 250px;
padding: $grid-input-padding 0;
flex: 1 0; // min width is 60px, let's grow until 120px
height: $grid-input-height-with-margin;
- width: $property-label-min-width !important; // override multiselect
- min-width: $property-label-min-width;
+ width: $property-label-min-width;
+ min-width: $property-label-min-width !important; // override multiselect
max-width: $property-label-max-width;
opacity: .7;