Opened 6 years ago
Closed 6 years ago
#45716 closed defect (bug) (fixed)
Twenty Nineteen: Push right-aligned images outside of the text column on the front end
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.0.3 | Priority: | normal |
Severity: | normal | Version: | 5.0.1 |
Component: | Bundled Theme | Keywords: | has-patch fixed-major |
Focuses: | Cc: |
Description
Right-aligned images in Twenty Nineteen are intended to float outside of the text column in both the front and back end. Currently, this works in the editor, but not on the front end.
The attached patch sets the max-width
for wp-block-image
to 100%
, allowing us push right-floated images outside the content area. It also includes style adjustments to center-aligned images to preserve their behavior alongside that change.
Before:
After:
---
This issue was originally reported in https://github.com/WordPress/twentynineteen/issues/696
This patch ports over changes from https://github.com/WordPress/twentynineteen/pull/702
props: kjellr, joen, allancole
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Re-compiling the CSS to eliminate differences between
style.css
andstyle-rtl.css
.