Skip to content

Commit 0a35be7

Browse files
committed
Fixed issue with dropdown_columns height calculation.
1 parent 5ab7e62 commit 0a35be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/less/selectize.default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565

6666
.selectize-dropdown {
6767
.optgroup-header {
68+
padding-top: @selectize-padding-dropdown-item-y + 2px;
6869
font-weight: bold;
6970
font-size: 0.85em;
7071
}
7172
.optgroup {
72-
padding-top: 4px;
7373
border-top: 1px solid @selectize-color-dropdown-border-top;
7474
&:first-child {
7575
border-top: 0 none;

0 commit comments

Comments
 (0)