Fix issue 3916: width of filter bar in mobile.

This commit is contained in:
Slade Price
2019-11-14 15:32:15 -07:00
committed by Frédéric Guillot
parent dcdbd3758b
commit 5e6a9a89de
4 changed files with 24 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -50,3 +50,18 @@
.input-addon-item:not(:first-child) {
border-left: 0
}
.project-header .filter-box-component .input-addon {
min-width: 280px
}
.input-addon .input-addon-field {
flex: 1 1 auto;
width: 1% !important;
}
@media (max-width: 400px) {
.input-addon-item {
padding: 3px
}
}