Make WordPress Core

Changeset 47435


Ignore:
Timestamp:
03/08/2020 01:50:37 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Themes: Prevent tags in Theme Details modal from being partially hidden behind action buttons on smaller screens.

Props sagarjadhav, valentinbora.
Fixes #31783.

File:
1 edited

Legend:

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

    r47293 r47435  
    896896    .theme-browser .theme:nth-child(3n) {
    897897        margin-right: 0;
     898    }
     899   
     900    .theme-overlay .theme-about {
     901        bottom: 105px;
     902    }
     903
     904    .theme-overlay .theme-actions {
     905        padding-left: 4%;
     906        padding-right: 4%;
    898907    }
    899908}
Note: See TracChangeset for help on using the changeset viewer.