Small tweaks to horizontal filters css. #893.

This commit is contained in:
mateuswetah 2024-06-13 18:00:26 -03:00
parent e81551085b
commit fbc3bc11db
2 changed files with 9 additions and 2 deletions

View File

@ -159,7 +159,7 @@
@media screen and (min-width: 769px) and (max-width: 1500px) {
flex-wrap: wrap;
align-items: center;
align-items: stretch;
height: 60px;
}

View File

@ -177,6 +177,8 @@
.filters-components-list {
overflow: visible;
width: 100%;
max-width: 100% !important;
margin: 0;
}
.filters-components-list {
@ -196,10 +198,15 @@
}
@media screen and (min-width: 769px) {
& > div:not(:last-child) {
margin-right: 2.25em;
}
.filter-item-forms {
padding-right: 2.25em;
width: 272px;
}
.filter-item-forms:not(:last-child) {
margin-right: 2.25em;
}
}
}
}