Add `calc()` rules for `max-width` of playlist caption.

Props celloexpressions.
See #27923.



git-svn-id: https://develop.svn.wordpress.org/trunk@28174 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-04-20 05:09:47 +00:00
parent a39eb76bc5
commit 99ca08fb55
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@
.wp-playlist-item .wp-playlist-caption {
text-decoration: none;
color: #000;
max-width: -webkit-calc(100% - 40px);
max-width: calc(100% - 40px);
}
.wp-playlist-item-meta {