diff --git a/interface/src/app/status/SystemLog.tsx b/interface/src/app/status/SystemLog.tsx index f8178532e..ee0207713 100644 --- a/interface/src/app/status/SystemLog.tsx +++ b/interface/src/app/status/SystemLog.tsx @@ -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"