Skip to content

Commit 9362253

Browse files
authored
fix: vertical tab spacing (calcom#25612)
1 parent c91da96 commit 9362253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/components/navigation/tabs/VerticalTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const NavTabs = function ({
2929
return (
3030
<nav
3131
className={classNames(
32-
`no-scrollbar flex flex-col stack-y-0.5 overflow-scroll ${className}`,
32+
`no-scrollbar flex flex-col stack-y-1 overflow-scroll ${className}`,
3333
sticky && "sticky top-0 -mt-7"
3434
)}
3535
style={{

0 commit comments

Comments
 (0)