From 374ea7ef5611503f35266bfadca0653fdc462339 Mon Sep 17 00:00:00 2001 From: Yves Gatesoupe Date: Fri, 21 Oct 2016 16:31:06 +0200 Subject: [PATCH] fix(component): tables reflow stray border removed --- scss/_orange-css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_orange-css.scss b/scss/_orange-css.scss index ae8c37e48d..8d67a2d251 100644 --- a/scss/_orange-css.scss +++ b/scss/_orange-css.scss @@ -313,6 +313,10 @@ a:focus { padding-left: .625rem; border-bottom: 1px solid $table-border-color; } + + > th:last-child { + border-right: 0; + } } tbody {