From f7592ae0b077ed4d0afef08c2012454cf1886374 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 25 May 2016 15:30:30 -0600 Subject: [PATCH] Fix month names are not fully visible - they were covered by end of month filler --- calendar/templates/default/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index d658d41514..18327e2840 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -1158,6 +1158,7 @@ Hide subsequent headers in week view with non-consolidated owners .calendar_eventRowsFiller { position: absolute; top: 0px; + right: 0px; height: 93%; background-color: white; border: 1px dashed gray;