diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index d660bd06d0..19250f75c6 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -753,10 +753,11 @@ body.folded .theme-overlay .theme-wrap { } .theme-overlay .theme-author { + margin: 15px 0 25px; color: #686868; font-size: 16px; font-weight: 400; - margin: 15px 0 25px; + line-height: inherit; } .theme-overlay .theme-author a { diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index 6c5da9fccb..edbe97ab3f 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -423,11 +423,11 @@ $can_install = current_user_can( 'install_themes' ); <# } #>

{{{ data.name }}}

-

+

<# if ( data.hasUpdate ) { #>
-

+

{{{ data.update }}}
<# } #>