From cb786fa494f3799afb406e9ff53ace372fd46522 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Tue, 6 Jul 2021 11:51:44 -0700 Subject: Change inputs to textareas (#34) Issue #28 discovered long ssid and password values would be visibly cropped. This change replaces the input fields with 2-row textareas that properly handle the maximum length of both ssids and passwords, 32 and 63 characters respectively. --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 5ea2e58..b7819af 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,5 @@ body { - max-width: 650px; + max-width: 680px; } .tag { line-height: 1.6; -- cgit v1.2.3