mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
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 {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
max-width: -webkit-calc(100% - 40px);
|
||||
max-width: calc(100% - 40px);
|
||||
}
|
||||
|
||||
.wp-playlist-item-meta {
|
||||
|
Loading…
Reference in New Issue
Block a user