mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user