Skip to content

Commit da3a223

Browse files
fix: hero btn onboarding on large text (#4254)
1 parent d868412 commit da3a223

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

inc/core/admin.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,12 @@ public function welcome_notice_content() {
597597
grid-template-columns: 24% 32% 32%;
598598
margin-bottom: 13px;
599599
}
600-
.nv-notice-column-container a.button.button-hero.button-secondary,
601-
.nv-notice-column-container a.button.button-hero.button-primary{
602-
margin:0px;
600+
.nv-notice-column-container .button.button-hero:is( .button-primary, .button-secondary ) {
601+
margin: 0px;
602+
white-space: normal;
603+
text-align: center;
604+
line-height: 1.2;
605+
padding: 12px 36px;
603606
}
604607
.nv-notice-column-container .nv-notice-column:not(.nv-notice-image) {
605608
display: -ms-grid;

0 commit comments

Comments
 (0)