fix: woocommerce admin cart modal header clips header text (#35780)

fix: increased woocommerce cart modal margin
This commit is contained in:
RJ 2022-12-01 08:03:58 +08:00 committed by GitHub
parent a6970f319c
commit 14ab611008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -90,3 +90,11 @@
.components-card .woocommerce-ellipsis-menu__toggle {
padding: 0;
}
.components-modal__frame.woocommerce-cart-modal .components-modal__content {
margin-top: 6rem;
@include breakpoint( '<600px' ) {
margin-top: 7rem;
}
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Increased margin so that overflow modal content doesn't clip header