0
Fork 0
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:
Peter Zimon 2021-10-15 13:36:18 +02:00
parent 8bae94dd8d
commit a109538898

View file

@ -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 {