mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed discount label wrapping bug
This commit is contained in:
parent
8bae94dd8d
commit
a109538898
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ export const ProductsSectionStyles = ({site}) => {
|
|||
text-transform: uppercase;
|
||||
padding: 0px 4px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.gh-portal-discount-label:before {
|
||||
|
|
Loading…
Add table
Reference in a new issue