css: Adjust width for schedule time column.

This commit is contained in:
Brett Smith 2019-01-08 09:55:31 -05:00
parent 2f260937da
commit 81bcb77203

View file

@ -11,7 +11,7 @@ table.calendar {
text-align: center;
&.time {
width: 10em;
width: 6em;
}
}