summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-04-26 09:56:38 +0200
committerGitHub <noreply@github.com>2019-04-26 09:56:38 +0200
commit817039500afe6281f88a1855dee0ee4301e60ceb (patch)
tree7278ad713d4fea18007cd4a2aea13def70cd738f /css
parent4a4a15bf1b79d056c68a6bcd6e33d6d958796432 (diff)
Fix alignment and remove addressbook selector if only one (#1074)
Fix #1065
Diffstat (limited to 'css')
-rw-r--r--css/Properties/Properties.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index 262761dd..8aa23f78 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -52,8 +52,7 @@ $property-value-max-width: 250px;
// property label or multiselect within row
&__label,
&__label.multiselect {
- margin: $grid-input-margin 5px $grid-input-margin 0;
- padding: $grid-input-padding 0;
+ margin: $grid-input-margin 5px $grid-input-margin 0 !important; // override multiselect
flex: 1 0; // min width is 60px, let's grow until 120px
height: $grid-input-height-with-margin;
width: $property-label-min-width;