fix #search width bug

This commit is contained in:
tophf 2020-11-17 23:56:14 +03:00
parent 900f8674c9
commit 71bece45be

View File

@ -884,6 +884,7 @@ a:hover {
}
#search, #manage\.newUI\.sort {
min-width: 4em; /* reduces the big default width */
flex-grow: 1;
background: #fff;
height: 20px;