diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index e22d1ffd79..a1214bafcb 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -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, diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 8a075b9eca..0ebfa46067 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -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,