Skip to content

Commit dd9ab93

Browse files
committed
fix: inline version size issue
1 parent 4326a8e commit dd9ab93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/forms/_form-multi-select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
top: 100%;
106106
left: 0;
107107
display: none; // none by default, but block on "open" of the menu
108-
float: left;
108+
// float: left;
109109
width: 100%;
110110
padding: $form-multi-select-options-padding-y $form-multi-select-options-padding-x;
111111
margin-top: $form-multi-select-options-margin-top;

0 commit comments

Comments
 (0)