mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-13 06:07:23 +01:00
Add calc() rules for max-width of playlist caption.
Merges [28174] to the 3.9 branch. props celloexpressions. fixes #27923. Built from https://develop.svn.wordpress.org/branches/3.9@28245 git-svn-id: http://core.svn.wordpress.org/branches/3.9@28073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
17457983b4
commit
9753a18ddf
@ -114,6 +114,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