Skip to content

Commit

Permalink
fix: Increase spacing above Name the site input
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Oct 25, 2023
1 parent caf3fb9 commit d0f59bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default function PlotNewAddress(props: PlotNewAddressProps): FCReturn {
</Link>
</MapFooter>
</MapContainer>
<DescriptionInput data-testid="new-address-input">
<DescriptionInput data-testid="new-address-input" mt={6}>
<InputLabel
label={props.descriptionLabel || DEFAULT_NEW_ADDRESS_LABEL}
htmlFor={`${props.id}-siteDescription`}
Expand Down

0 comments on commit d0f59bc

Please sign in to comment.