Fixed wrong width of the input box

pull/123/head
Hieromon Ikasamo 6 years ago
parent c585720d27
commit dc66afeee5
  1. 2
      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;"

Loading…
Cancel
Save