Skip to content

Commit

Permalink
fix: Visual bug on add-ons compatibility table (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Sep 27, 2024
1 parent f676ad2 commit 8b5a328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/src/components/cd/cluster/Cluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export default function Cluster() {
/>
</div>
<TabList
scrollable
stateRef={tabStateRef}
stateProps={{
orientation: 'horizontal',
Expand Down Expand Up @@ -186,6 +187,7 @@ export default function Cluster() {
flexGrow: 1,
flexShrink: 0,
gap: theme.spacing.small,
marginLeft: theme.spacing.large,
}}
>
{headerContent}
Expand Down

0 comments on commit 8b5a328

Please sign in to comment.