We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce5258a + 2cdade0 commit 6cd545dCopy full SHA for 6cd545d
1 file changed
src/styles/components/_multi-select.scss
@@ -92,7 +92,7 @@
92
.multi-select-container {
93
94
$icon-top-margin: 90px;
95
- $multiple-select-expanded-height: 152px;
+ $multiple-select-expanded-height: 133px;
96
97
&.offset-col-1,
98
&.offset-col-2 {
@@ -106,6 +106,10 @@
106
height: $multiple-select-expanded-height;
107
}
108
109
+ &.offset-col-2 .multi-select-col:last-child .row:first-child {
110
+ margin-top: 50px;
111
+ }
112
+
113
&.offset-col-2 .multi-select-col:last-child select[multiple] {
114
115
0 commit comments