fix(striker-ui): adjust host number field width to fit label

main
Tsu-ba-me 2 years ago
parent 9ef27e1e86
commit 9c5c29a93f
  1. 2
      striker-ui/components/GeneralInitForm.tsx

@ -244,7 +244,7 @@ const GeneralInitForm = forwardRef<GeneralInitFormForwardRefContent>(
inputProps: { maxLength: MAX_HOST_NUMBER_LENGTH },
onBlur: populateHostNameInputOnBlur,
sx: {
width: '5em',
width: '6em',
},
}}
label="Host #"

Loading…
Cancel
Save