Skip to content

Commit

Permalink
adjust context view gap
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 15, 2025
1 parent ab92ac7 commit ed6dfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/apps/web/src/components/Layout/DashboardLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export const DashboardBody = ({
)

return (
<div className={twMerge('flex h-full w-full flex-row gap-x-2')}>
<div className={twMerge('flex h-full w-full flex-row gap-x-3')}>
<div
onScroll={handleScroll}
className={twMerge(
Expand Down

0 comments on commit ed6dfa5

Please sign in to comment.