mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Media: Adjust box-sizing for audio players.
Fix cropped container around playhead time in audio player. Props ravipatel, sabernhardt, audrasjb, SergeyBiryukov, Fixes #51685 git-svn-id: https://develop.svn.wordpress.org/trunk@49550 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d519284b5c
commit
907936209a
@ -1183,6 +1183,10 @@ audio, video {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.wp-core-ui .mejs-time {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/* =Media Queries
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user