From 9483854d189e9bb31618fe8d548e7495ac08c531 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 2 Dec 2019 18:28:39 -0500 Subject: [PATCH] misspelled css id, also make honkform just a touch taller --- views/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/style.css b/views/style.css index 76d7345..bba2f4a 100644 --- a/views/style.css +++ b/views/style.css @@ -148,8 +148,8 @@ textarea { box-sizing: border-box; max-width: 100%; } -textarea#hostnoise { - height: 8em; +textarea#honknoise { + height: 10em; } input[type="checkbox"] { position: fixed;