Fix border cut issue on tasklist and inbox widgets (#52693)
This commit is contained in:
parent
779e00ed02
commit
be7f90e3bd
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix border cut issue on tasklist and inbox widgets in WooCommerce homescreen
|
|
@ -30,6 +30,8 @@
|
|||
}
|
||||
|
||||
.woocommerce-dashboard__chart-block {
|
||||
overflow: hidden;
|
||||
|
||||
.woocommerce-card__body {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
margin: 0 $gap-large;
|
||||
}
|
||||
|
||||
.woocommerce-homepage-notes-wrapper {
|
||||
.components-card {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-layout__inbox-panel-header {
|
||||
padding: $gap-large;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue