hiding the select to avoid sudden changes on the page and making sure we do not cause any vertical jump
This commit is contained in:
parent
ed1f354854
commit
6ddac1217e
|
@ -1,4 +1,9 @@
|
||||||
/* @group Base */
|
/* @group Base */
|
||||||
|
select.chzn-select {
|
||||||
|
visibility: hidden;
|
||||||
|
height: 28px !important;
|
||||||
|
min-height: 28px !important;
|
||||||
|
}
|
||||||
.chzn-container {
|
.chzn-container {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue