diff --git a/.storybook/themes/news.scss b/.storybook/themes/news.scss index 3ed03266ae..0036f70055 100644 --- a/.storybook/themes/news.scss +++ b/.storybook/themes/news.scss @@ -2618,6 +2618,10 @@ ), ), ), + "section-title-links": ( + "display": flex, + "flex-wrap": wrap + ), "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..9dbfb0de6d 100644 --- a/blocks/section-title-block/themes/news.json +++ b/blocks/section-title-block/themes/news.json @@ -23,5 +23,15 @@ }, "desktop": {} } + }, + + "section-title-links": { + "styles": { + "default": { + "display": "flex", + "flex-wrap": "wrap" + }, + "desktop": {} + } } }