Skip to content

Commit

Permalink
fix(toolbar): add padding to the overflow container for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas authored and agnlez committed Dec 18, 2024
1 parent 00a0523 commit a0fb52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/overview/table/toolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function ToolbarProjectsTable() {
</TabsList>
</div>

<div className="h-full overflow-y-hidden">
<div className="h-full overflow-y-hidden pb-6">
<TabsContent
value="general"
className="mt-4 h-full space-y-2 text-sm data-[state=inactive]:hidden"
Expand Down

0 comments on commit a0fb52e

Please sign in to comment.