We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d868412 commit da3a223Copy full SHA for da3a223
inc/core/admin.php
@@ -597,9 +597,12 @@ public function welcome_notice_content() {
597
grid-template-columns: 24% 32% 32%;
598
margin-bottom: 13px;
599
}
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;
+ .nv-notice-column-container .button.button-hero:is( .button-primary, .button-secondary ) {
+ margin: 0px;
+ white-space: normal;
603
+ text-align: center;
604
+ line-height: 1.2;
605
+ padding: 12px 36px;
606
607
.nv-notice-column-container .nv-notice-column:not(.nv-notice-image) {
608
display: -ms-grid;
0 commit comments