mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-28 03:01:28 +01:00
Bundled Themes: Twenty Twenty inline images in list blocks are not positioned correctly.
Fixes the alignment of inline images in list blocks to match the way they look in the editor. Backporting the changes here to the 5.4 branch. Props poena, mayankmajeji, JavierCasares. Fixes #49793. Built from https://develop.svn.wordpress.org/branches/5.4@47805 git-svn-id: http://core.svn.wordpress.org/branches/5.4@47581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4694a819fe
commit
588d174e50
@ -3484,6 +3484,10 @@ figure.wp-block-table.is-style-stripes {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.entry-content li img {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.entry-content h1,
|
||||
.entry-content h2,
|
||||
.entry-content h3,
|
||||
|
@ -3506,6 +3506,10 @@ figure.wp-block-table.is-style-stripes {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.entry-content li img {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.entry-content h1,
|
||||
.entry-content h2,
|
||||
.entry-content h3,
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4.2-alpha-47804';
|
||||
$wp_version = '5.4.2-alpha-47805';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user