Make WordPress Core

Changeset 27821


Ignore:
Timestamp:
03/28/2014 05:37:49 PM (9 years ago)
Author:
helen
Message:

Allow the fullscreen editor's content area to also be responsive. props avryl. fixes #27569.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r27806 r27821  
    14461446
    14471447.wp-fullscreen-wrap .wp-editor-container,
     1448.wp-fullscreen-title,
    14481449#wp-fullscreen-central-toolbar {
    1449     max-width: 100%;
     1450    -webkit-box-sizing: border-box;
     1451    -moz-box-sizing: border-box;
     1452    box-sizing: border-box;
     1453    max-width: 100% !important;
    14501454}
    14511455
Note: See TracChangeset for help on using the changeset viewer.