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:
parent
3a903b40af
commit
c5c18d3848
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue