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:
parent
0e13c1d7d0
commit
c93e79d25a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user