From 53d959ef0eca86ca95a255c432b3842130e45c11 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Dec 2013 02:35:10 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfourteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index f82eccc753..f3853ef741 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -89,6 +89,7 @@ audio, canvas, video { display: inline-block; + max-width: 100%; } html {