From 39f008758be60af53bbf4b68334c757b812baac7 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sun, 25 Aug 2024 23:29:15 -0500 Subject: [PATCH] fix CSS visual bug --- webpage/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpage/style.css b/webpage/style.css index f197b40..0a7d568 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1936,6 +1936,7 @@ form div{ .optionElement{ border-radius:.03in; box-shadow: .01in .01in .1in #00000059; + max-height:100%; } .FormSettings{ display:flex; @@ -1948,4 +1949,4 @@ form div{ } .clickable:hover{ text-decoration:underline; -} \ No newline at end of file +}