Skip to content

Commit c823a9f

Browse files
committed
Ensure border goes full height
1 parent fd1b696 commit c823a9f

File tree

1 file changed

+1
-1
lines changed
  • src/application/components/QueryLayout

1 file changed

+1
-1
lines changed

src/application/components/QueryLayout/Tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function Tabs<TValue extends string = string>({
1616
}: TabsProps<TValue>) {
1717
return (
1818
<TabsBase
19-
className="[grid-area:tabs] lg:overflow-hidden lg:-my-2 xl:border-l xl:border-l-primary xl:dark:border-l-primary-dark xl:pl-6"
19+
className="[grid-area:tabs] lg:overflow-hidden lg:-my-2 xl:border-l xl:border-l-primary xl:dark:border-l-primary-dark xl:pl-6 xl:-my-4 xl:py-2"
2020
defaultValue={defaultValue}
2121
value={value}
2222
onChange={onChange}

0 commit comments

Comments
 (0)