From 21560858131fa54b2cd22cacd6b9b7cd97502616 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 12 Sep 2016 11:30:25 +0100 Subject: [PATCH] Fix right aligned table headings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CSS for these wasn’t being set on the correct class. --- app/assets/stylesheets/components/table.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss index 1d6c3bbeb..ccb9269d2 100644 --- a/app/assets/stylesheets/components/table.scss +++ b/app/assets/stylesheets/components/table.scss @@ -135,6 +135,10 @@ width: 52.5%; } +} + +.table-field-heading { + &:last-child { padding-right: 0; }