Make WordPress Core

Changeset 56282


Ignore:
Timestamp:
07/22/2023 07:22:01 PM (17 months ago)
Author:
joedolson
Message:

Media: Fix Image rotation button overflow in translations.

Fix CSS to cover the image rotation button action text being longer than the Image Rotation menu toggle. Prevent the button text from overflowing the button. Follow-up to [56239].

Props kebbet.
Fixes #58877.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/media.css

    r56279 r56282  
    11401140    margin: 2px 0;
    11411141    width: 100%;
     1142    white-space: break-spaces;
     1143    line-height: 1.5;
     1144    padding-top: 3px;
     1145    padding-bottom: 2px;
    11421146}
    11431147
Note: See TracChangeset for help on using the changeset viewer.