Skip to content

Commit

Permalink
Added overflow to section-title links (#2027)
Browse files Browse the repository at this point in the history
* Added flex to section-title links

---------

Co-authored-by: Malavika Koppula <[email protected]>
  • Loading branch information
malavikakoppula and Malavika Koppula authored Mar 29, 2024
1 parent 4da53be commit 6cee0cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .storybook/themes/news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
10 changes: 10 additions & 0 deletions blocks/section-title-block/themes/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,15 @@
},
"desktop": {}
}
},

"section-title-links": {
"styles": {
"default": {
"display": "flex",
"flex-wrap": "wrap"
},
"desktop": {}
}
}
}

0 comments on commit 6cee0cd

Please sign in to comment.