Skip to content

Commit

Permalink
Add margin to report id
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed May 15, 2024
1 parent 2f6d057 commit 4afd2b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/routes/_mod.admin.reports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ const ReportTable = ({
component={RouterLink}
to={`/report/$reportId`}
params={{ reportId: info.getValue() }}
marginRight={2}
>
#{info.getValue()}
</Link>
Expand Down

0 comments on commit 4afd2b1

Please sign in to comment.