Product Price block: prevent price amounts from breaking into multiple lines (#50660)
* Product Price block: prevent price amounts from breaking into multiple lines * Add changelog file
This commit is contained in:
parent
3491c6b7dc
commit
9f69c63a9e
|
@ -23,6 +23,10 @@
|
|||
ins {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.woocommerce-Price-amount {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.wc-block-components-product-price__value {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Product Price block: prevent price amounts from breaking into multiple lines
|
Loading…
Reference in New Issue