aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-07-06 11:51:44 -0700
committerGitHub <noreply@github.com>2021-07-06 11:51:44 -0700
commitcb786fa494f3799afb406e9ff53ace372fd46522 (patch)
treeee7942cc4470555688a83d7d3b2ed9214b6c11bd /src/style.css
parentf3387a3bf5cdbd7b747afe0198cce4a60a7875c0 (diff)
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.
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css2
1 files changed, 1 insertions, 1 deletions
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 @@
1body { 1body {
2 max-width: 650px; 2 max-width: 680px;
3} 3}
4.tag { 4.tag {
5 line-height: 1.6; 5 line-height: 1.6;