diff --git a/src/index.css b/src/index.css index e68194e..dd4feec 100755 --- a/src/index.css +++ b/src/index.css @@ -616,6 +616,17 @@ th { width: 100%; } +/* Alinhamento de texto e checkbox */ +.checkbox-label { + display: flex; + align-items: center; + gap: 8px; +} + +.checkbox-label input[type="checkbox"] { + margin: 0; +} + .button-grid { margin-top: 10px; display: flex; diff --git a/src/pages/Connectivity.jsx b/src/pages/Connectivity.jsx index 41d49a3..bedd610 100755 --- a/src/pages/Connectivity.jsx +++ b/src/pages/Connectivity.jsx @@ -112,13 +112,13 @@ const Connectivity = () => { {mqttMsg &&