From 18933e9713a594aa166a2680ec89d9df1a38d0ae Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 28 Aug 2012 01:29:16 +0000 Subject: [PATCH] Twenty Twelve: add rule to force override the fixed width for Twitter embeds. Props kovshenin, see #21680. git-svn-id: http://core.svn.wordpress.org/trunk@21637 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 0c3b91189..fac53d5db 100644 --- a/style.css +++ b/style.css @@ -297,6 +297,9 @@ object, video { max-width: 100%; } +.entry-content .twitter-tweet-rendered { + max-width: 100% !important; /* Override the Twitter embed fixed width */ +} /* Images */ .alignleft {