Skip to content

Commit

Permalink
fix: hero btn onboarding on large text (#4254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel authored Jul 2, 2024
1 parent d868412 commit da3a223
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions inc/core/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,12 @@ public function welcome_notice_content() {
grid-template-columns: 24% 32% 32%;
margin-bottom: 13px;
}
.nv-notice-column-container a.button.button-hero.button-secondary,
.nv-notice-column-container a.button.button-hero.button-primary{
margin:0px;
.nv-notice-column-container .button.button-hero:is( .button-primary, .button-secondary ) {
margin: 0px;
white-space: normal;
text-align: center;
line-height: 1.2;
padding: 12px 36px;
}
.nv-notice-column-container .nv-notice-column:not(.nv-notice-image) {
display: -ms-grid;
Expand Down

0 comments on commit da3a223

Please sign in to comment.