From 93baf0738cd0bea602129ab1e4731c2586d4ca6c Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Thu, 16 May 2019 17:56:31 +0900 Subject: [PATCH] Fixed wrong width of the input box --- src/AutoConnectPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index d9c1e3d..b1bce60 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -189,7 +189,7 @@ const char AutoConnect::_CSS_INPUT_TEXT[] PROGMEM = { "}" "input[type=\"text\"],input[type=\"password\"]{" "font-weight:300;" - "width:calc(100% - 124px);" + "width:auto;" "-webkit-transition:all 0.20s ease-in;" "-moz-transition:all 0.20s ease-in;" "-o-transition:all 0.20s ease-in;"