Opened 4 years ago
Last modified 4 years ago
#49154 new defect (bug)
Twenty Twenty: group blocks do not clear children
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Bundled Theme | Keywords: | needs-testing has-screenshots needs-patch |
Focuses: | css | Cc: |
Description
reproduced by:
- Create a group block
- add a button within the group block
- make the button float right
issue:
the group block will not clear floating children producing probably unwanted results in the frontend (and backend).
fixed by:
.wp-block-group__inner-container::after { content: ""; display: table; clear: both; }
Attachments (3)
Change History (5)
#1
@
4 years ago
- Keywords needs-testing needs-screenshots added
- Severity changed from minor to normal
- Type changed from enhancement to defect (bug)
- Version set to 5.3
#2
@
4 years ago
- Keywords has-screenshots needs-patch added; needs-screenshots removed
- Milestone changed from Awaiting Review to Future Release
- Summary changed from twenty twenty: group blocks do not clear children to Twenty Twenty: group blocks do not clear children
Thanks for reporting this and uploading the screenshots @raQai. I will test this and get it committed if the issue is resolved.
Note: See
TracTickets for help on using
tickets.
backend button floating right at the end of a group block