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