Opened 11 years ago
Closed 11 years ago
#27569 closed defect (bug) (fixed)
DFW: content not responsive
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Editor | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
max-width: 100%;
seems to be overruled by inline styles. Not sure if this is TinyMCE adding that or something else. Adding an !important
flag and box-sizing: border-box;
solves the issue.
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
This isn't new, punting. The inline width comes from
$content_width
. Also, DFW has more general problems at smaller widths - let's not pretend half of it can be responsive when the rest of it isn't.