From 1b62026552a37e45b04b72fc08bc03fe3149dfaf Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 20 Jul 2021 21:14:22 -0400 Subject: [PATCH] Greenwich - fix select2 font size --- ext/greenwich/scss/_tweaks.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/greenwich/scss/_tweaks.scss b/ext/greenwich/scss/_tweaks.scss index e44834a017..9ff7350a79 100644 --- a/ext/greenwich/scss/_tweaks.scss +++ b/ext/greenwich/scss/_tweaks.scss @@ -20,3 +20,8 @@ label input[type=checkbox]:not(:checked) + * { input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button; } +/* civicrm.css makes this too big */ +.select2-container .select2-choice > .select2-chosen { + font-size: inherit; + font-weight: normal; +} -- 2.25.1