From 70b201003c49175603e348a85817153020873fc9 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 13 Apr 2021 15:31:06 +0200 Subject: [PATCH] Fix calendar notification UI --- www/calendar/app-calendar.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/calendar/app-calendar.less b/www/calendar/app-calendar.less index daf1321a7..77262ce12 100644 --- a/www/calendar/app-calendar.less +++ b/www/calendar/app-calendar.less @@ -193,6 +193,9 @@ } .cp-calendar-notif-form { align-items: center; + input { + width: 100px; + } } }