Skip to content

Commit

Permalink
add flex wrap on content filter buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-shafi committed Apr 25, 2024
1 parent e42d115 commit cb8bd10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle-dist/ub-admin-settings.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/blocks.style.build.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ That's it. You're done!

* NEW: Block Spacing in button block.
* FIX: Slides per view not working properly in the frontend in image slider block.
* IMPROVE: Add flex wrap on content filter buttons.

= 3.1.7 =

Expand Down
2 changes: 1 addition & 1 deletion src/blocks/content-filter/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/blocks/content-filter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.ub-content-filter-buttons-wrapper {
display: flex;
justify-content: var(--ub-content-filter-buttons-justification);
flex-wrap: wrap;
gap: 20px;
}
}
Expand Down

0 comments on commit cb8bd10

Please sign in to comment.