Skip to content

Commit 5fcdb23

Browse files
committed
fix: Remove box border from help panel tabs
1 parent 6cccf8e commit 5fcdb23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/HelpPanel/HelpPanelCustomTabs.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ const HelpPanelCustomTabs = React.forwardRef<HelpPanelCustomTabsRef>(
178178
<div className="lr-c-help-panel-tabs-wrapper">
179179
<Tabs
180180
className="lr-c-help-panel-custom-tabs"
181-
isBox
182181
activeKey={activeTabId}
183182
onSelect={(_e, eventKey) => {
184183
if (typeof eventKey === 'string') {

0 commit comments

Comments
 (0)