Fixed list filter select size.
parent
92710be337
commit
759b5a6f49
|
|
@ -9,6 +9,6 @@ list-filter-dropdown
|
||||||
|
|
||||||
.admin-interface .list-filter-dropdown select {
|
.admin-interface .list-filter-dropdown select {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
width:90%;
|
width: calc(100% - 30px);
|
||||||
margin-right:5%;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue