From e9dabe7cd44bfb6d88dc32e5a24161e15f79840b Mon Sep 17 00:00:00 2001 From: Godwin Date: Tue, 18 Apr 2017 21:44:20 -0700 Subject: [PATCH] Fixed some styling issues --- app/assets/stylesheets/_application.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index 45289a5..d38248c 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -1779,6 +1779,11 @@ table.schedule { tbody { border: 0.1rem solid $light-gray; + + th { + white-space: nowrap; + text-align: right; + } } &.locations-1 td.workshop.filled { @@ -1804,6 +1809,7 @@ table.schedule { &.locations-6 td.workshop.filled { width: 16.66667%; } + td { text-align: center; border: 0;