Skip to content

Commit

Permalink
Fix padding doc tracker (#9696)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored and overmode committed Jan 6, 2025
1 parent fd004fc commit 6bdde6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/trackers/TrackerBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export const TrackerBuilder = ({
viewType="documents"
/>

<div className="mx-auto flex w-full max-w-4xl flex-col gap-16 pb-12">
<div className="mx-auto flex w-full max-w-4xl flex-col gap-16 pb-12 pt-2">
<div className="flex">
<div className="flex flex-grow" />
<div className="flex flex-shrink-0 gap-2">
Expand Down

0 comments on commit 6bdde6a

Please sign in to comment.