Make WordPress Core

Changeset 32967


Ignore:
Timestamp:
06/27/2015 02:20:30 AM (9 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

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

    r32957 r32967  
    16861686@media screen and ( max-width: 782px ) {
    16871687    .wp-link-preview {
    1688         margin: 8px 5px;
     1688        margin: 8px 0 8px 5px;
    16891689        max-width: 70%;
    1690         max-width: -webkit-calc(100% - 80px);
    1691         max-width: calc(100% - 80px);
     1690        max-width: -webkit-calc(100% - 82px);
     1691        max-width: calc(100% - 82px);
    16921692    }
    16931693}
Note: See TracChangeset for help on using the changeset viewer.