Make WordPress Core

Changeset 52263


Ignore:
Timestamp:
11/28/2021 11:09:16 PM (3 years ago)
Author:
audrasjb
Message:

Media: Ensure media preview is fully viewable in the "Add Media" modal.

This change ensures the media preview is not cut off in the "Add Media" modal box, when using the "Insert from URL" feature.

Props siliconforks, sabernhardt, mukesh27, ankit-k-gupta.
Fixes #53636.

File:
1 edited

Legend:

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

    r52196 r52263  
    21152115.embed-media-settings {
    21162116    position: absolute;
    2117     top: 70px;
     2117    top: 82px;
    21182118    left: 0;
    21192119    right: 0;
     
    21212121    padding: 0 16px;
    21222122    overflow: auto;
     2123}
     2124
     2125.media-embed .embed-link-settings .link-text {
     2126    margin-top: 0;
    21232127}
    21242128
Note: See TracChangeset for help on using the changeset viewer.