From 81bcb7720383a6c805b74f49e16b0dba6e322d79 2019-09-30 16:19:06 From: Brett Smith Date: 2019-09-30 16:19:06 Subject: [PATCH] css: Adjust width for schedule time column. --- diff --git a/static/scss/symposion-schedule.scss b/static/scss/symposion-schedule.scss index 4cc5151e5ce7cd509a3ff195d7670d8f286eb464..d77cbbca7df018afa8f01a6378077f2282c3d5df 100644 --- a/static/scss/symposion-schedule.scss +++ b/static/scss/symposion-schedule.scss @@ -11,7 +11,7 @@ table.calendar { text-align: center; &.time { - width: 10em; + width: 6em; } }