Make times align to the top of the cell

This commit is contained in:
Andrew McOlash 2017-04-02 15:10:00 -05:00
parent 63ae2b8095
commit 154e33a2c3

View File

@ -20,4 +20,5 @@
.calendar .time { .calendar .time {
padding-left: 30px; padding-left: 30px;
text-align: right; text-align: right;
vertical-align: top;
} }