From c2692142199e7a15324db46e1ecec7a24543964a Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:45:13 -0700 Subject: [PATCH] CSS change to make buttons smaller --- css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/main.css b/css/main.css index 5f29392..5432a9d 100644 --- a/css/main.css +++ b/css/main.css @@ -7,6 +7,7 @@ } .small-button { + min-width: 0 !important; max-width: 171px; height: 39.594px; align-self: end;