diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-10 11:17:01 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-10 11:17:01 +0100 |
commit | 29e9314211376807c934f284e71aadce71a31ea3 (patch) | |
tree | ff0db5e4274d7053071794ae084f6f651c79c28a /public/css/style.css | |
parent | 21c052d82b7e4b13175d80d8ecf6e4c270ad3eea (diff) |
Upgrade Select2, match CSS to BS
Diffstat (limited to 'public/css/style.css')
-rwxr-xr-x | public/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |