Opened 10 years ago
Closed 10 years ago
#31934 closed defect (bug) (fixed)
Twenty Fifteen: Images in the editor still overflow in some cases
Reported by: | iamtakashi | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Since [31849], the images in the editor are better in small screens but the change doesn't seem to take account the margin in the editor: 40px on each side. Therefore when the editor is say, 668px wide, an image overflows. I think the max-width
for the media query should be 740px
(660 + 40 + 40)px.
Before: (Note the horizontal scroll bar and the box model view)
After:
Attachments (2)
Change History (10)
#1
@
10 years ago
- Summary changed from Twenty Fifteen: Images in the editor still overflows in some cases to Twenty Fifteen: Images in the editor still overflow in some cases
#4
@
10 years ago
Good to go from looking at the patch in terms of the CSS itself, just testing a bit more for the breakpoint.
Note: See
TracTickets for help on using
tickets.
If this looks good to go I'll make a patch for Twenty Fourteen too.