Skip to content

Commit e3d4441

Browse files
authored
Merge pull request #98 from dockersamples/97-tab-alignment-issue
Fix alignment issue with tabs
2 parents b00d622 + b56fd5b commit e3d4441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/interface/client/src/components/ExternalContentPanel/ExternalTabs.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function ExternalTabs({
1414
activeKey={activeTab}
1515
onSelect={(selectedKey) => setActiveTab(selectedKey)}
1616
id="external-content-tabs"
17+
className="align-items-end"
1718
>
1819
{tabs.map((tab) => (
1920
<Nav.Item key={tab.url} className="me-2 ms-2">

0 commit comments

Comments
 (0)