Skip to content
Snippets Groups Projects
Unverified Commit 819880b6 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

add spacing btwn first and last name (#11107)

parent ab8d88e7
Branches
Tags
No related merge requests found
......@@ -184,7 +184,7 @@ export default class UserStep extends Component {
formError={formError}
>
<Flex align="center">
<Box w={1 / 2}>
<Box w={1 / 2} pr={1}>
<FormLabel
title={t`First name`}
fieldName="first_name"
......@@ -200,7 +200,7 @@ export default class UserStep extends Component {
onChange={this.onFirstNameChange}
/>
</Box>
<Box w={1 / 2}>
<Box w={1 / 2} pl={1}>
<FormLabel
title={t`Last name`}
fieldName="last_name"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment