Twenty Seventeen: Fixes space between latest comments blocks as typography size is increased.
The latest comments block space between comments not increases based on typography size. This only impacts the margin if added within a post, widgets on the front-end still only have a 1em margin which is smaller yet variable. Props pitamdey, sabernhardt, shailu25, harshgajipara, rajinsharwar. Fixes #59130. Built from https://develop.svn.wordpress.org/trunk@58367 git-svn-id: http://core.svn.wordpress.org/trunk@57816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f614aaef48
commit
05613ca164
|
@ -313,7 +313,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|||
/* Comments */
|
||||
|
||||
.wp-block-latest-comments article {
|
||||
margin-bottom: 4em;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.widget-area .wp-block-latest-comments article {
|
||||
|
|
|
@ -776,7 +776,7 @@ table.wp-block-table td:last-child {
|
|||
/* Latest Comments */
|
||||
|
||||
.wp-block-latest-comments article {
|
||||
margin-bottom: 4em;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments .avatar,
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-beta1-58366';
|
||||
$wp_version = '6.6-beta1-58367';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue