From 80c99ff1eb21c852c3b620e51a8619b49a68722e Mon Sep 17 00:00:00 2001 From: Bryce Johnson Date: Mon, 23 Jan 2017 12:18:53 -0500 Subject: Make variables table border consistent across viewport widths. --- app/assets/stylesheets/pages/projects.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index aa59f7d3f2e..78a8d73dfdc 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -927,6 +927,9 @@ pre.light-well { } .variables-table { + &.table-responsive { + border: none; + } table-layout: fixed; .variable-key { -- cgit v1.2.3