Changes between Initial Version and Version 1 of Ticket #30033
- Timestamp:
- 10/18/2014 06:08:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30033
-
Property
Summary
changed from
TwentyFifteen editor-style - no paddingtoTwenty Fifteen: editor-style - no padding
-
Property
Summary
changed from
-
Ticket #30033 – Description
initial v1 5 5 When the theme was first committed - the editor style set the body a max width of `660px` - so on larger screens it wasn't noticable. 6 6 7 This behaviour was lost in #29911- the style rule was moved to use a less specific selector - `body` instead of `html .mce-content-body`7 This behaviour was lost in [29911] - the style rule was moved to use a less specific selector - `body` instead of `html .mce-content-body` 8 8 9 9 I think 2 things need to be done here. 10 10 11 1 - revert the change in #29911to use a more specific selector so max-width applies.11 1 - revert the change in [29911] to use a more specific selector so max-width applies. 12 12 2 - add some padding on the right of the content - without this there is no whitespace to the right of the content on smaller screens. 13 13