mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Set select2 max height 20px
This commit is contained in:
@ -409,6 +409,9 @@ a.aboutlink:active {
|
|||||||
.select2-search.select2-search--dropdown .select2-selection__arrow {
|
.select2-search.select2-search--dropdown .select2-selection__arrow {
|
||||||
cursor: pointer !important
|
cursor: pointer !important
|
||||||
}
|
}
|
||||||
|
.select2-container {
|
||||||
|
max-height : 20px !important;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
* Container style
|
* Container style
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user