Changes between Initial Version and Version 1 of Ticket #59005
- Timestamp:
- 09/27/2023 02:22:52 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59005
- Property Component General → Editor
- Property Milestone Awaiting Review
- Property Resolution → reported-upstream
- Property Status new → closed
-
Ticket #59005 – Description
initial v1 5 5 Screenshot link for Preview Tag Cloud [https://tinyurl.com/2269bleb] 6 6 7 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 cssreason7 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 8 8 9 {{{ 9 10 .wp-block-tag-cloud.is-style-outline { 10 11 display: flex; … … 12 13 gap: 1ch; 13 14 } 15 }}}
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)