fix: Increase license key rows (#12352)

It was pretty hard to tell when you pasted something in
this box with only displaying a single line.

This should help!
This commit is contained in:
Kyle Carberry
2024-02-28 21:57:10 +00:00
committed by GitHub
parent 97f083810f
commit b2a5e2f4c0
@@ -98,7 +98,7 @@ export const AddNewLicensePageView: FC<AddNewLicenseProps> = ({
name="licenseKey"
placeholder="Enter your license..."
multiline
rows={1}
rows={3}
fullWidth
/>
</Fieldset>