Fix border cut issue on tasklist and inbox widgets (#52693)

This commit is contained in:
Chi-Hsuan Huang 2024-11-11 18:02:14 +08:00 committed by GitHub
parent 779e00ed02
commit be7f90e3bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix border cut issue on tasklist and inbox widgets in WooCommerce homescreen

View File

@ -30,6 +30,8 @@
}
.woocommerce-dashboard__chart-block {
overflow: hidden;
.woocommerce-card__body {
padding: 0;
position: relative;

View File

@ -2,6 +2,12 @@
margin: 0 $gap-large;
}
.woocommerce-homepage-notes-wrapper {
.components-card {
overflow: hidden;
}
}
.woocommerce-layout__inbox-panel-header {
padding: $gap-large;

View File

@ -4,6 +4,7 @@
margin-left: auto;
margin-right: auto;
margin-bottom: $gap-large;
overflow: hidden;
.components-card__header.is-size-large {
padding-bottom: 12px;