Fixed wrong width of the input box

pull/83/head
Hieromon Ikasamo 6 years ago
parent 651242e928
commit 93baf0738c
  1. 2
      src/AutoConnectPage.cpp

@ -189,7 +189,7 @@ const char AutoConnect::_CSS_INPUT_TEXT[] PROGMEM = {
"}" "}"
"input[type=\"text\"],input[type=\"password\"]{" "input[type=\"text\"],input[type=\"password\"]{"
"font-weight:300;" "font-weight:300;"
"width:calc(100% - 124px);" "width:auto;"
"-webkit-transition:all 0.20s ease-in;" "-webkit-transition:all 0.20s ease-in;"
"-moz-transition:all 0.20s ease-in;" "-moz-transition:all 0.20s ease-in;"
"-o-transition:all 0.20s ease-in;" "-o-transition:all 0.20s ease-in;"

Loading…
Cancel
Save