Opened 3 years ago
Closed 3 years ago
#59005 closed defect (bug) (reported-upstream)
Tag Cloud vertical gap is off in Editor whereas in Preview there is a vertical gap
| Reported by: | rohit900 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 6.2.2 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description (last modified by )
Tag Cloud vertical gap is off in Editor whereas in Preview there is a vertical gap
Screenshot link for editor's Tag cloud https://tinyurl.com/25a88xxb
Screenshot link for Preview Tag Cloud https://tinyurl.com/2269bleb
Reason for error in editor: Like in Preview page these two class (is-style-outline, wp-block-tag-cloud) should be on p tag. But in editor, only (wp-block-tag-cloud) class is there in p tag and (is-style-outline) class is in parent div. These two classes should be on same p tag just like in preview page because of the CSS reason
.wp-block-tag-cloud.is-style-outline {
display: flex;
flex-wrap: wrap;
gap: 1ch;
}
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the report!
This is already in the Gutenberg repository:
https://github.com/WordPress/gutenberg/issues/49226
You could follow that issue and/or add to the discussion there.