diff options
| author | Ben Woodward <ben@bdw.to> | 2021-07-06 11:51:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 11:51:44 -0700 |
| commit | cb786fa494f3799afb406e9ff53ace372fd46522 (patch) | |
| tree | ee7942cc4470555688a83d7d3b2ed9214b6c11bd /src/style.css | |
| parent | f3387a3bf5cdbd7b747afe0198cce4a60a7875c0 (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.css | 2 |
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 @@ | |||
| 1 | body { | 1 | body { |
| 2 | max-width: 650px; | 2 | max-width: 680px; |
| 3 | } | 3 | } |
| 4 | .tag { | 4 | .tag { |
| 5 | line-height: 1.6; | 5 | line-height: 1.6; |
