mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
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:
@@ -98,7 +98,7 @@ export const AddNewLicensePageView: FC<AddNewLicenseProps> = ({
|
||||
name="licenseKey"
|
||||
placeholder="Enter your license..."
|
||||
multiline
|
||||
rows={1}
|
||||
rows={3}
|
||||
fullWidth
|
||||
/>
|
||||
</Fieldset>
|
||||
|
||||
Reference in New Issue
Block a user