Skip to content

Commit fff8697

Browse files
committed
fix margin multi accounts
Signed-off-by: Adam Setch <[email protected]>
1 parent a01d2bd commit fff8697

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/renderer/routes/Accounts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const AccountsRoute: FC = () => {
121121
return (
122122
<Box
123123
key={accountUUID}
124-
className="rounded-md p-2 bg-gitify-accounts"
124+
className="rounded-md p-2 mb-4 bg-gitify-accounts"
125125
>
126126
<Stack direction="vertical" align="stretch">
127127
<Stack direction="horizontal" align="start">

src/renderer/routes/__snapshots__/Accounts.test.tsx.snap

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)