summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rwxr-xr-xpublic/css/style.css6
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;