From e2c79b45e4689af88ba2b0c04947e934cdcf2912 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:24:05 +0200 Subject: [PATCH] Save some more code bytes --- tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino index 10b2ad5a5..1f46ac348 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino @@ -375,8 +375,8 @@ const char HTTP_FORM_RST_UPG_FCT[] PROGMEM = #ifdef USE_CONSOLE_CSS_FLEX const char HTTP_CMND_STYLE[] PROGMEM = // Overrule CSS for flex console - "html,body{margin:5;height:99%%;}" - "body{display:flex;flex-direction:column;}" + "html,body{height:99%%;}" + "body{display:flex;flex-flow:column;}" "textarea{resize:none;flex:auto;}"; const char HTTP_FORM_CMND[] PROGMEM =