From d41accaabc98a52130ea2e8e000ba2797765cc68 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 5 Sep 2024 15:44:25 -0500 Subject: [PATCH] blocked width issue fix --- webpage/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webpage/style.css b/webpage/style.css index 02f3f6d..02ba44c 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1983,6 +1983,7 @@ form div{ cursor: pointer; font-weight: bold; font-style: italic; + width: auto; } .zeroheight{ height: 0px;