Skip to content

Commit 3a34f7c

Browse files
committed
fix: adjust field-icon visibility
1 parent 9a2e39e commit 3a34f7c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bootstrap_select/static/bootstrap_select/bootstrap_select.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@
55
.form-row {
66
overflow: visible;
77
}
8+
9+
.form-row.field-icon {
10+
overflow: hidden;
11+
}
12+
13+
.bootstrap-select .dropdown-menu {
14+
height: 500px;
15+
width: 500px;
16+
}

0 commit comments

Comments
 (0)