From fc798540b7dd717760e9d0fdf38aa0d4ada43946 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:56:06 +0200 Subject: [PATCH] Fix console min height --- tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino index 1f46ac348..5a95e15e3 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino @@ -377,7 +377,7 @@ const char HTTP_FORM_RST_UPG_FCT[] PROGMEM = const char HTTP_CMND_STYLE[] PROGMEM = // Overrule CSS for flex console "html,body{height:99%%;}" "body{display:flex;flex-flow:column;}" - "textarea{resize:none;flex:auto;}"; + "textarea{resize:none;flex:auto;min-height:99px}"; const char HTTP_FORM_CMND[] PROGMEM = "" // Close HTTP_HEAD_STYLE3