From 92341598a98b5063397c4424c8a3f38393c45fe1 Mon Sep 17 00:00:00 2001 From: Joe Tretter Date: Thu, 30 Apr 2020 21:38:56 -0500 Subject: [PATCH] make the text on the dropdowns smaller --- client/css/optiTrainer.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/css/optiTrainer.css b/client/css/optiTrainer.css index 6d7a0a6..987cd5b 100644 --- a/client/css/optiTrainer.css +++ b/client/css/optiTrainer.css @@ -156,6 +156,8 @@ body { .btn-myColSelection { padding-top: 0; padding-bottom: 0; + font-size: xx-small; + height: 20px; } .ralign { text-align:right; }