We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31088ac commit 2cdade0Copy full SHA for 2cdade0
1 file changed
src/styles/components/_multi-select.scss
@@ -127,7 +127,7 @@
127
.multi-select-container {
128
129
$icon-top-margin: 90px;
130
- $multiple-select-expanded-height: 152px;
+ $multiple-select-expanded-height: 133px;
131
132
&.offset-col-1,
133
&.offset-col-2 {
@@ -141,6 +141,10 @@
141
height: $multiple-select-expanded-height;
142
}
143
144
+ &.offset-col-2 .multi-select-col:last-child .row:first-child {
145
+ margin-top: 50px;
146
+ }
147
+
148
&.offset-col-2 .multi-select-col:last-child select[multiple] {
149
150
0 commit comments