Fix word break inside columns in product editor (#45687)

This commit is contained in:
Nathan Silveira 2024-03-22 14:42:15 -03:00 committed by GitHub
parent 54476cb7f3
commit ff79576cd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix word break inside columns in product editor

View File

@ -138,6 +138,10 @@
margin-bottom: 0;
}
.wp-block-column {
word-break: normal;
}
.woocommerce-experimental-select-control__label {
text-transform: uppercase;
font-size: 11px;