From 7dc7c10f616cedaca4ed4c45ccb720797fa9d45b Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Fri, 2 Dec 2022 21:37:44 -0500 Subject: [PATCH] fix border width on textarea --- wwwroot/css/site.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 172671d..610c570 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -32,6 +32,7 @@ textarea { outline: none; position: absolute; box-sizing: border-box; + border-width: 0; } #saved-indicator {