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

Props celloexpressions.
See #27923.


Built from https://develop.svn.wordpress.org/trunk@28174


git-svn-id: http://core.svn.wordpress.org/trunk@28005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-04-20 05:10:15 +00:00
parent 3a903b40af
commit c5c18d3848
1 changed files with 2 additions and 0 deletions

View File

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