Skip to content

Commit

Permalink
fix: workspace gateway styles (kubesphere#4162)
Browse files Browse the repository at this point in the history
Co-authored-by: 51wangping <[email protected]>
  • Loading branch information
ks-ci-bot and 51wangping authored Jul 11, 2024
1 parent e2282e2 commit 8a33e43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Gateway() {
description={t('CLUSTER_GATEWAY_DESC')}
className="mb12"
>
<Navs data={navData} defaultValue={component} onChange={onNavChange} />
<Navs className="mb12" data={navData} defaultValue={component} onChange={onNavChange} />
<Embed component={component} />
</Banner>
</>
Expand Down

0 comments on commit 8a33e43

Please sign in to comment.