From a1025111d9a59508328cffcdc19e1b290fb192a4 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 26 Apr 2019 11:43:41 +0100 Subject: [PATCH] Allow overflow on right-aligned table cells MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The right aligned cells contain ‘Change’ links. These have a large `border` to make the clickable area bigger. This commit removes the `overflow: hidden` from these cells, so that the larger border remains visible. --- app/assets/stylesheets/components/table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss index c757c18da..0af72095f 100644 --- a/app/assets/stylesheets/components/table.scss +++ b/app/assets/stylesheets/components/table.scss @@ -69,7 +69,7 @@ } - td { + td.table-field-center-aligned { &:first-child {