Skip to content

Commit 8bc91b4

Browse files
refactor(site): increase form fields gap (#11803)
1 parent 560e8cc commit 8bc91b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Form/Form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const FormSection: FC<
135135

136136
export const FormFields: FC<PropsWithChildren> = ({ children }) => {
137137
return (
138-
<Stack direction="column" spacing={2.5} css={styles.formSectionFields}>
138+
<Stack direction="column" spacing={3} css={styles.formSectionFields}>
139139
{children}
140140
</Stack>
141141
);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy