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

@@ -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;
}