save
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user