Marketplace: added top margin to improve rendering of WordPress notices (#40962)

This commit is contained in:
And Finally 2023-10-25 14:20:35 +01:00 committed by GitHub
commit 379e07a262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -24,10 +24,12 @@
.woocommerce-store-alerts { .woocommerce-store-alerts {
margin-left: 16px; margin-left: 16px;
margin-right: 16px; margin-right: 16px;
margin-top: 16px;
@media (min-width: $breakpoint-medium) { @media (min-width: $breakpoint-medium) {
margin-left: 32px; margin-left: 32px;
margin-right: 32px; margin-right: 32px;
margin-top: 32px;
} }
} }
} }

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Added top margin to notices in marketplace pages.