Media Modal: Reduce height on the attachment captions from three lines to two. see #21390, #21807.

git-svn-id: https://develop.svn.wordpress.org/trunk@22178 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-10-11 00:55:38 +00:00
parent c32509dcf3
commit 2f6ad44bfd
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@
position: relative;
display: block;
width: 100%;
height: 66px;
height: 50px;
margin: -1px 0 0;
padding: 8px;
font-size: 12px;