From 6f1956d47984604654551247af6331f830290c98 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Dec 2013 02:34:41 +0000 Subject: [PATCH] Twenty Fourteen: avoid overflow for `audio` and similar elements. Fixes #26426. git-svn-id: https://develop.svn.wordpress.org/trunk@26655 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index f82eccc753..f3853ef741 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -89,6 +89,7 @@ audio, canvas, video { display: inline-block; + max-width: 100%; } html {