From 154e33a2c3652c1f0538d13b4893eacb06305771 Mon Sep 17 00:00:00 2001 From: Andrew McOlash Date: Sun, 2 Apr 2017 15:10:00 -0500 Subject: [PATCH] Make times align to the top of the cell --- modules/default/calendar/calendar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/default/calendar/calendar.css b/modules/default/calendar/calendar.css index 123ab084..6bc5762d 100644 --- a/modules/default/calendar/calendar.css +++ b/modules/default/calendar/calendar.css @@ -20,4 +20,5 @@ .calendar .time { padding-left: 30px; text-align: right; + vertical-align: top; }