From 88a80cc603927e3b72e1684111a59ffbd8f5fad8 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Thu, 18 Oct 2018 18:42:01 -0700 Subject: [PATCH] remove width from time column --- static/scss/symposion-schedule.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scss/symposion-schedule.scss b/static/scss/symposion-schedule.scss index 726ee4f..0eae82d 100644 --- a/static/scss/symposion-schedule.scss +++ b/static/scss/symposion-schedule.scss @@ -11,7 +11,7 @@ table.calendar { text-align: center; &.time { - width: 40px; + } }