This commit is contained in:
Roman Pyrih
2024-09-17 13:17:34 +02:00
parent def73a32ec
commit 925d3828c1
3 changed files with 16 additions and 1 deletions

View File

@@ -44,6 +44,14 @@ input[id^=eael-tabs-filter-type-]:checked::after {
left: 2px;
}
.eael-tabs-filter {
flex-wrap: wrap;
row-gap: 20px !important;
}
.eael-tabs-filter .eael-tabs-filter-types ul {
flex-wrap: wrap;
row-gap: 20px !important;
}
.eael-tabs-filter .eael-tabs-filter-types label {
padding-top: 3px;
}

File diff suppressed because one or more lines are too long

View File

@@ -47,7 +47,14 @@ input[id^='eael-tabs-filter-type-'] {
}
}
.eael-tabs-filter {
flex-wrap: wrap;
row-gap: 20px !important;
.eael-tabs-filter-types {
ul {
flex-wrap: wrap;
row-gap: 20px !important;
}
label {
padding-top: 3px;
}