size of log level box

This commit is contained in:
proddy
2025-03-02 21:38:24 +01:00
parent 110c0df6fb
commit c37c1aaad5

View File

@@ -201,7 +201,7 @@ const SystemLog = () => {
name="level"
label={LL.LOG_LEVEL()}
value={data.level}
sx={{ width: '10ch' }}
sx={{ width: '14ch' }}
variant="outlined"
onChange={updateFormValue}
margin="normal"