From 29e9314211376807c934f284e71aadce71a31ea3 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Tue, 10 Oct 2023 11:17:01 +0100 Subject: Upgrade Select2, match CSS to BS --- public/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index c529b43..afa7471 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -301,6 +301,12 @@ body, html { height: 2.25rem !important; } +.select2-container--default .select2-selection--single { + /* Match Bootstrap 4 styling */ + border: 1px solid #ced4da; + height: calc(2.25rem + 2px); +} + .attendee-name { white-space: nowrap; overflow: hidden; -- cgit v1.2.3