Better align dynamic data

This commit is contained in:
Theo Arends 2021-04-02 16:16:38 +02:00
parent 75bbe5d3fa
commit e3c1aa8836
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ void HandleRoot(void)
WSContentSendStyle(); WSContentSendStyle();
WSContentSend_P(PSTR("<div id='l1' name='l1'></div>")); WSContentSend_P(PSTR("<div style='padding:0;' id='l1' name='l1'></div>"));
if (TasmotaGlobal.devices_present) { if (TasmotaGlobal.devices_present) {
#ifdef USE_LIGHT #ifdef USE_LIGHT
if (TasmotaGlobal.light_type) { if (TasmotaGlobal.light_type) {