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:
Sergey Biryukov 2019-12-09 13:39:03 +00:00
parent 87a759b81c
commit 23f45f0346
3 changed files with 11 additions and 1 deletions

View File

@ -639,6 +639,11 @@ figcaption a,
color: inherit;
}
blockquote.instagram-media,
iframe.instagram-media {
margin: auto !important;
}
/* GALLERIES */

View File

@ -643,6 +643,11 @@ figcaption a,
color: inherit;
}
blockquote.instagram-media,
iframe.instagram-media {
margin: auto !important;
}
/* GALLERIES */

View File

@ -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.