increase size of factor textfield

This commit is contained in:
proddy
2025-11-09 08:29:26 +01:00
parent 8dee390d75
commit 3fba75868f
2 changed files with 74 additions and 19 deletions

View File

@@ -288,7 +288,7 @@ const SensorsAnalogDialog = ({
name="f"
label={LL.FACTOR()}
value={numberValue(editItem.f)}
sx={{ width: '11ch' }}
sx={{ width: '14ch' }}
type="number"
variant="outlined"
onChange={updateFormValue}