diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index 5aa72c7920..52b70dafe8 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -447,6 +447,7 @@ } .attachment-details .setting + .description { + clear: both; font-size: 12px; font-style: normal; margin-bottom: 0.5em; @@ -2386,7 +2387,8 @@ .attachment-details .setting input[type="tel"], .attachment-details .setting input[type="url"], .attachment-details .setting textarea, - .attachment-details .setting select { + .attachment-details .setting select, + .attachment-details .setting + .description { float: none; width: 98%; max-width: none; @@ -2436,6 +2438,15 @@ margin-left: 0; } + .image-details .embed-media-settings .setting.has-description { + margin-bottom: 5px; + } + + .image-details .description { + width: auto; + margin: 0 20px; + } + .image-details .embed-media-settings .custom-size { margin-left: 20px; }