Opened 2 years ago
Closed 10 months ago
#56719 closed defect (bug) (wontfix)
Twenty Nineteen: Tag cloud block not centering
Reported by: | multidots1896 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.0.2 |
Component: | Bundled Theme | Keywords: | close |
Focuses: | css | Cc: |
Description
1)Activate the Twenty Nineteen theme.
2)Add the tag cloud block and select taxonomies from list
3)Now set the center alignment. You can see it will not be in center alignment.
Attachments (3)
Change History (7)
#1
@
2 years ago
- Component changed from General to Bundled Theme
- Focuses css added
- Keywords has-patch removed
- Summary changed from In Twenty Nineteen Theme: Tag cloud block alignment issue in editor as well as front end side #43016 to Twenty Nineteen: Tag cloud block not centering
Related: GB43016
With GB43017 merged, the block styles already include justify-content: center
in WordPress 6.1 beta 2. I did not notice a problem on the front, but the Post editor still does not center the Tag Cloud block with its Outline style (Default worked fine). The Widget editor centered both Default and Outline styles.
#2
@
2 years ago
I think this would need to be fixed in the plugin (and merged into Core) instead of editing individual themes.
The block has aligncenter
and wp-block
classes in the Widget context, but not in the Post editor.
added patch