Fix word break inside columns in product editor (#45687)
This commit is contained in:
parent
54476cb7f3
commit
ff79576cd3
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix word break inside columns in product editor
|
|
@ -138,6 +138,10 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wp-block-column {
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.woocommerce-experimental-select-control__label {
|
||||
text-transform: uppercase;
|
||||
font-size: 11px;
|
||||
|
|
Loading…
Reference in New Issue