Opened 5 years ago
Last modified 4 years ago
#47044 new defect (bug)
Twenty Nineteen: Add padding for full-aligned text blocks inside of a full-width column block.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-screenshots has-patch needs-testing |
Focuses: | Cc: |
Description
As noted by @dianeco, after #46999, text-based blocks inside of a full-width columns block now bump up against the edges of the screen:
In the case of media/image blocks, it's likely that users will want these to bump right up against the edge of the page, so we should try adding some padding only to text-based blocks if possible.
Note that this needs to be fixed in both the editor and front-end.
Attachments (3)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Noting that there's a somewhat related bug in the editor right now:
https://github.com/WordPress/gutenberg/issues/15192
When a column block is set to be fullscreen, The block toolbar for nested blocks is pushed off-screen on the left. Not sure if there is also some block padding that's being pushed off-screen.