From 919c90bb3dc717da9420d7d93a947219a274ca23 Mon Sep 17 00:00:00 2001 From: John Steel Date: Mon, 3 May 2021 15:35:24 -0400 Subject: [PATCH] Textarea height --- subnets.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subnets.html b/subnets.html index 9fda322..09a6201 100644 --- a/subnets.html +++ b/subnets.html @@ -547,6 +547,10 @@ P { background-color: #eeeeee; } +.calc textarea { + height: 1.5em; +} + .disabledAction { color: #dddddd; }