From 32dcc28414a43b42e5da082b1781824ecac42bfb Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Jan 2023 14:05:20 +0000 Subject: calendar: fixes --- view/css/cdav_calendar.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'view/css') diff --git a/view/css/cdav_calendar.css b/view/css/cdav_calendar.css index 8e1b31fa1..702b18bff 100644 --- a/view/css/cdav_calendar.css +++ b/view/css/cdav_calendar.css @@ -30,7 +30,14 @@ } .bootstrap-tagsinput { - width: 100%; - padding: 6px 12px; + border: 1px solid var(--bs-border-color) !important; margin-bottom: 0px !important; + border-radius: var(--bs-border-radius) !important; + background-color: var(--bs-body-bg) !important; + padding: 0 .75rem !important; + +} + +.bootstrap-tagsinput input { + min-width: 30% !important; } -- cgit v1.2.3