Twenty Twenty: Correct alignment for embedded Instagram posts.
Props SGr33n, audrasjb, nielslange, JarretC. Fixes #48688. Built from https://develop.svn.wordpress.org/trunk@46840 git-svn-id: http://core.svn.wordpress.org/trunk@46640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
87a759b81c
commit
23f45f0346
|
@ -639,6 +639,11 @@ figcaption a,
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
blockquote.instagram-media,
|
||||
iframe.instagram-media {
|
||||
margin: auto !important;
|
||||
}
|
||||
|
||||
|
||||
/* GALLERIES */
|
||||
|
||||
|
|
|
@ -643,6 +643,11 @@ figcaption a,
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
blockquote.instagram-media,
|
||||
iframe.instagram-media {
|
||||
margin: auto !important;
|
||||
}
|
||||
|
||||
|
||||
/* GALLERIES */
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-46838';
|
||||
$wp_version = '5.4-alpha-46840';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue