mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +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. git-svn-id: https://develop.svn.wordpress.org/branches/5.4@47805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1bcaabdf93
commit
f76174fcb4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user