From 23231d5930abb3963aa3ffec558f56b34d89ab09 Mon Sep 17 00:00:00 2001 From: Yuraima Estevez Date: Wed, 13 Sep 2023 12:59:59 -0500 Subject: [PATCH] remove max-width from Lede --- polaris.shopify.com/src/components/Lede/Lede.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/polaris.shopify.com/src/components/Lede/Lede.module.scss b/polaris.shopify.com/src/components/Lede/Lede.module.scss index 7810005e10d..19c4d273e3d 100644 --- a/polaris.shopify.com/src/components/Lede/Lede.module.scss +++ b/polaris.shopify.com/src/components/Lede/Lede.module.scss @@ -4,7 +4,6 @@ font-size: var(--font-size-600); font-weight: var(--font-weight-500); letter-spacing: var(--letter-spacing-300); - max-width: 60ch; margin-bottom: 1.5rem; } }