mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Twenty Fourteen: avoid overflow for audio
and similar elements. Fixes #26426.
Built from https://develop.svn.wordpress.org/trunk@26655 git-svn-id: http://core.svn.wordpress.org/trunk@26545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
40e849f631
commit
53d959ef0e
@ -89,6 +89,7 @@ audio,
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
html {
|
||||
|
Loading…
Reference in New Issue
Block a user