Opened 5 years ago
Closed 5 years ago
#48466 closed defect (bug) (duplicate)
Block editor: radio buttons broken layout within the meta boxes area
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.3 |
Component: | Editor | Keywords: | has-screenshots needs-patch |
Focuses: | ui | Cc: |
Description
Noticed that a very recent CSS change in Gutenberg that was merged yesterday in core breaks the radio buttons used by plugins within the editor meta boxes area.
Specifically the newly added margin: -3px -4px;
makes the radio buttons "blue dot" completely misplaced:
Screenshot:
Removing those negative margins fixes the issue. I'm not sure those margins are really necessary, as removing them doesn't seem to change anything else. Also, the related Gutenberg pull request https://github.com/WordPress/gutenberg/pull/18108 was meant to fix issues within the sidebar, so I'm not sure why it's targeting the meta boxes area.
Change History (9)
#3
@
5 years ago
Thanks for the clarification @youknowriad. Didn't know plugins/themes can add their own stuff within the default sidebar.
[Edit] dumb moment, because I actually knew that :D
This ticket was mentioned in Slack in #core-editor by mcsf. View the logs.
5 years ago
#5
@
5 years ago
A fix was merged in the Gutenberg plugin, see https://github.com/WordPress/gutenberg/issues/18181 and https://github.com/WordPress/gutenberg/pull/18183
Just needs to be synced to core.
#6
@
5 years ago
- Owner set to youknowriad
- Status changed from new to assigned
@youknowriad Is this something you can facilitate?
#7
@
5 years ago
yes this is fixed in #48502 we need some eyes on the patch and commiters to land it for RC4
Good catch, just to clarify the fix, that part of the sidebar is a metabox area.