wider box for TLS

This commit is contained in:
proddy
2025-11-29 14:47:35 +01:00
parent 693054a92a
commit 48b4bf02a3

View File

@@ -266,6 +266,7 @@ const MqttSettings = () => {
label={LL.CERT()} label={LL.CERT()}
variant="outlined" variant="outlined"
value={data.rootCA} value={data.rootCA}
sx={{ width: '50ch' }}
onChange={updateFormValue} onChange={updateFormValue}
margin="normal" margin="normal"
/> />