Fixed list filter select size.

pull/107/head
Fabio Caccamo 2020-10-14 18:32:49 +02:00
parent 92710be337
commit 759b5a6f49
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}