Content Filter: no flex wrap in the buttons wrapper
-
Hello,
You changed recently the content filter block. Now if you have many filter for a specific ub-content-filter-category, all the filters tries to fit in the width of the screen, which makes the filters unreadable.
Even when editing, the filters inside the same category, instead of going to the line, it now keeps in the same line, so if we have a lot of filters, it is becoming hard to read.
To solve this issue, you can maybe add “flex-wrap” the block concerned with something like that:
.wp-block-ub-content-filter-block .ub-content-filter-buttons-wrapper {
gap: 10px;
flex-wrap: wrap;
}
Best,
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Content Filter: no flex wrap in the buttons wrapper’ is closed to new replies.