Skip to content

Commit

Permalink
chore: fix secret-key width problem
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Feb 14, 2024
1 parent 8d5dccd commit 378dfe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/ui/pages/two-column.layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export function TwoColumnLayout({
gap="space.05"
flexDirection="column"
px={{ base: 'space.00', md: 'space.10', lg: 'space.02' }}
width={{ base: '100%', md: 'twoColumnPageWidth' }}
mb={{ base: 'space.05', md: '0' }}
>
<Stack
Expand Down

0 comments on commit 378dfe6

Please sign in to comment.