Skip to content

Commit

Permalink
style: update tab to use bottom line (#5218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Topher committed Nov 23, 2023
1 parent f30ef33 commit 4baef7f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app/base/components/SectionHeader/SectionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,7 @@ const SectionHeader = <P,>({
{actionMenuGroup ? <>{actionMenuGroup}</> : null}
{tabLinks?.length ? (
<div className="section-header__tabs" data-testid="section-header-tabs">
<hr className="u-no-margin--bottom" />
<Tabs
className="no-border"
links={tabLinks}
listClassName="u-no-margin--bottom"
/>
<Tabs links={tabLinks} listClassName="u-no-margin--bottom" />
</div>
) : null}
</div>
Expand Down

0 comments on commit 4baef7f

Please sign in to comment.