Skip to content

Commit

Permalink
fix: add horizontal gap in suite selector (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastyastavitskaya authored Sep 6, 2024
1 parent bf5f79a commit 74a43d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function SuiteSelectorContent(props: ISuiteSelectorContentProps) {
return (
<>
<div className="u-padding-xxs">
<Row gutter={[0, 4]} className="suiteSelector__content">
<Row gutter={[4, 4]} className="suiteSelector__content">
{props.links.map(link => (
<Col span={8} key={link.linkId}>
<SuiteSelectorSuiteLink
Expand Down

0 comments on commit 74a43d0

Please sign in to comment.