Small tweaks to horizontal filters css. #893.
This commit is contained in:
parent
e81551085b
commit
fbc3bc11db
|
@ -159,7 +159,7 @@
|
||||||
|
|
||||||
@media screen and (min-width: 769px) and (max-width: 1500px) {
|
@media screen and (min-width: 769px) and (max-width: 1500px) {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: stretch;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -177,6 +177,8 @@
|
||||||
.filters-components-list {
|
.filters-components-list {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 100% !important;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filters-components-list {
|
.filters-components-list {
|
||||||
|
@ -196,10 +198,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 769px) {
|
@media screen and (min-width: 769px) {
|
||||||
|
& > div:not(:last-child) {
|
||||||
|
margin-right: 2.25em;
|
||||||
|
}
|
||||||
.filter-item-forms {
|
.filter-item-forms {
|
||||||
padding-right: 2.25em;
|
|
||||||
width: 272px;
|
width: 272px;
|
||||||
}
|
}
|
||||||
|
.filter-item-forms:not(:last-child) {
|
||||||
|
margin-right: 2.25em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue