From 1b1aba144bee57951010e283e8933520c2ef07d3 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 3 Jan 2024 09:18:51 -0500 Subject: [PATCH] fix text size on filled out text box --- groups/home/bootstrap5/az/css.html | 1 + 1 file changed, 1 insertion(+) diff --git a/groups/home/bootstrap5/az/css.html b/groups/home/bootstrap5/az/css.html index 91bf7a6..7430b91 100644 --- a/groups/home/bootstrap5/az/css.html +++ b/groups/home/bootstrap5/az/css.html @@ -41,4 +41,5 @@ /* make nav items bigger */ textarea::placeholder, input::placeholder, .select2-selection__choice__display { font-size: 1.3em !important; } .select2-container { overflow: visible; } +#col-search > .w-100 > input:not(:placeholder-shown) { font-size: 1em !important } /* fix text size on filled out text box */