Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag Cloud Block: Spacing not applied when outline style in the editor #49226

Open
t-hamano opened this issue Mar 21, 2023 · 0 comments · May be fixed by #49248
Open

Tag Cloud Block: Spacing not applied when outline style in the editor #49226

t-hamano opened this issue Mar 21, 2023 · 0 comments · May be fixed by #49248
Assignees
Labels
[Block] Tag Cloud Affects the Tag Cloud Block CSS Styling Related to editor and front end styles, CSS-specific issues. [Type] Bug An existing feature does not function as intended

Comments

@t-hamano
Copy link
Contributor

t-hamano commented Mar 21, 2023

Related to #44439

If you apply the outline style to a tag cloud block, spacing will not apply the spacing in the editor.

I believe this issue is due to the fact that in #44439, the CSS class is no longer passed to the ServerSideRender component and the following styles are no longer applied:

display: flex;
flex-wrap: wrap;
gap: 1ch;

Twenty Twenty Three

Editor Frontend
tt3_editor tt3_front

Twenty Twenty Two

Editor Frontend
tt2_editor tt2_front

Twenty Twenty One

Editor Frontend
tt1_editor tt1_front
@t-hamano t-hamano added [Type] Bug An existing feature does not function as intended [Block] Tag Cloud Affects the Tag Cloud Block CSS Styling Related to editor and front end styles, CSS-specific issues. labels Mar 21, 2023
@t-hamano t-hamano self-assigned this Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Tag Cloud Affects the Tag Cloud Block CSS Styling Related to editor and front end styles, CSS-specific issues. [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant