From 40293a3d3054c4f39215c20d2176d23e07df8feb Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 10 Jun 2018 17:20:05 +0200 Subject: [PATCH] calendar-next-event-container width 50% -> 70% --- platypush/backend/http/static/css/widgets/calendar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/static/css/widgets/calendar.css b/platypush/backend/http/static/css/widgets/calendar.css index 64660fbcd..a01415eac 100644 --- a/platypush/backend/http/static/css/widgets/calendar.css +++ b/platypush/backend/http/static/css/widgets/calendar.css @@ -9,7 +9,7 @@ } .calendar-next-event-container { - width: 50%; + width: 70%; margin: auto; text-align: center; }