Added min-width to selects.

pull/126/head
Fabio Caccamo 2021-04-20 16:54:29 +02:00
parent 7c04b35b44
commit 96d1568c13
1 changed files with 6 additions and 0 deletions

View File

@ -472,6 +472,12 @@ body.admin-interface .paginator a.showall:visited {
margin-left: 12px !important;
}
@media (min-width: 768px) {
.admin-interface.change-form select {
min-width: 200px;
}
}
/* fixed time widget header border radius */
.admin-interface .clockbox.module h2 {
border-bottom-left-radius: 0;