From e554a6197790615d5e15c60c06e41dbfa69b0fef Mon Sep 17 00:00:00 2001 From: Malavika Koppula Date: Wed, 20 Mar 2024 15:34:27 -0400 Subject: [PATCH] Added overflow to section-title links --- .storybook/themes/news.scss | 3 +++ blocks/section-title-block/themes/news.json | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/.storybook/themes/news.scss b/.storybook/themes/news.scss index 3ed03266ae..1122114c6e 100644 --- a/.storybook/themes/news.scss +++ b/.storybook/themes/news.scss @@ -2618,6 +2618,9 @@ ), ), ), + "section-title-links": ( + "overflow-x": hidden, + ), "share-bar": ( "background": var(--background-color), "box-shadow": var(--global-box-shadow-1), diff --git a/blocks/section-title-block/themes/news.json b/blocks/section-title-block/themes/news.json index c812fc6286..f7aab40c05 100644 --- a/blocks/section-title-block/themes/news.json +++ b/blocks/section-title-block/themes/news.json @@ -23,5 +23,14 @@ }, "desktop": {} } + }, + + "section-title-links": { + "styles": { + "default": { + "overflow-x": "hidden" + }, + "desktop": {} + } } }