Skip to content

Commit

Permalink
Added overflow to section-title links
Browse files Browse the repository at this point in the history
  • Loading branch information
Malavika Koppula committed Mar 20, 2024
1 parent 8ee1062 commit e554a61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/themes/news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2618,6 +2618,9 @@
),
),
),
"section-title-links": (
"overflow-x": hidden,
),
"share-bar": (
"background": var(--background-color),
"box-shadow": var(--global-box-shadow-1),
Expand Down
9 changes: 9 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,14 @@
},
"desktop": {}
}
},

"section-title-links": {
"styles": {
"default": {
"overflow-x": "hidden"
},
"desktop": {}
}
}
}

0 comments on commit e554a61

Please sign in to comment.