Skip to content

Commit

Permalink
fix: dnssec button positions
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Mar 26, 2024
1 parent a70e34e commit 6170d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/import/[name]/shared.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const DnsImportActionsContainer = styled.div(
gap: ${theme.space['2']};
${mq.sm.min(css`
flex-direction: row;
align-items: center;
justify-content: center;
`)}
`,
)
Expand Down

0 comments on commit 6170d13

Please sign in to comment.