Skip to content

Commit

Permalink
Merge branch 'arc-themes-release-version-2.3.0' into ASUB-8303/checko…
Browse files Browse the repository at this point in the history
…utCardDetail
  • Loading branch information
edwardcho1231 committed Mar 29, 2024
2 parents 855046d + 6cee0cd commit b6318f5
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 b6318f5

Please sign in to comment.