Make WordPress Core

Changeset 33350


Ignore:
Timestamp:
07/21/2015 10:24:48 PM (9 years ago)
Author:
azaozz
Message:

TinyMCE, inline link toolbar: tweak styling on small screens to fix wrapping in iOS.
Fixes #32604.

File:
1 edited

Legend:

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

    r33300 r33350  
    17091709        margin: 8px 0 8px 5px;
    17101710        max-width: 70%;
    1711         max-width: -webkit-calc(100% - 82px);
    1712         max-width: calc(100% - 82px);
     1711        max-width: -webkit-calc(100% - 86px);
     1712        max-width: calc(100% - 86px);
    17131713    }
    17141714}
Note: See TracChangeset for help on using the changeset viewer.