From c93e79d25af591f8050fba6e740ad81e8f6b3836 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: https://develop.svn.wordpress.org/trunk@21637 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 0c3b911895..fac53d5db7 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/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 {