Skip to content

Commit b99b262

Browse files
committed
Fix: Slider
Signed-off-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent a844fc5 commit b99b262

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@ export const PricingAddons = ({ isYearly = false, setIsYearly }) => {
388388
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
389389
borderRadius: "8px",
390390
padding: "8px 12px",
391+
whiteSpace: { xs: "normal", sm: "nowrap" }, // default for sm+ is nowrap
392+
maxWidth: { xs: "150px", sm: "none" }, // remove maxWidth for sm+
393+
textAlign: { xs: "center", sm: "left" }, // default alignment for sm+
394+
overflowWrap: { xs: "break-word", sm: "normal" },
391395
"&:before": {
392396
borderTopColor: "#363F49",
393397
},

0 commit comments

Comments
 (0)