From 7a7254f3da0e32ad635072dff149a7976c947454 Mon Sep 17 00:00:00 2001 From: Daru13 Date: Thu, 22 Nov 2018 22:36:23 +0100 Subject: [PATCH] Put the event title on its own line (in the detail popup). --- event/static/css/calendar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/event/static/css/calendar.css b/event/static/css/calendar.css index e4501dc..0426e9d 100644 --- a/event/static/css/calendar.css +++ b/event/static/css/calendar.css @@ -313,6 +313,7 @@ } #cal-container .cal-event-details .cal-detail-perm-title { + display: block; margin: 0 0 10px 0; }