[wp-trac] [WordPress Trac] #59005: Tag Cloud vertical gap is off in Editor whereas in Preview there is a vertical gap
WordPress Trac
noreply at wordpress.org
Tue Aug 8 16:57:25 UTC 2023
#59005: Tag Cloud vertical gap is off in Editor whereas in Preview there is a
vertical gap
--------------------------+-----------------------------
Reporter: rohit900 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.2.2
Severity: major | Keywords:
Focuses: |
--------------------------+-----------------------------
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;
}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59005>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list