Skip to content

Commit 0e65b04

Browse files
authored
Merge pull request ONLYOFFICE#23 from ONLYOFFICE/fix/select2Height
Set select2 max height 20px
2 parents 4dd1d42 + 3d50f27 commit 0e65b04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdkjs-plugins/v1/plugins.css

+3
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,9 @@ a.aboutlink:active {
409409
.select2-search.select2-search--dropdown .select2-selection__arrow {
410410
cursor: pointer !important
411411
}
412+
.select2-container {
413+
max-height : 20px !important;
414+
}
412415
/*
413416
* Container style
414417
*/

0 commit comments

Comments
 (0)