Fix issue 3916: width of filter bar in mobile.
This commit is contained in:
committed by
Frédéric Guillot
parent
dcdbd3758b
commit
5e6a9a89de
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user