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:
Albert Juhé Lluveras 2024-08-14 15:17:03 +02:00 committed by GitHub
parent 3491c6b7dc
commit 9f69c63a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,10 @@
ins {
text-decoration: none;
}
.woocommerce-Price-amount {
white-space: nowrap;
}
}
.wc-block-components-product-price__value {

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Product Price block: prevent price amounts from breaking into multiple lines