Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-01-23 20:18:53 +0300
committerBryce Johnson <bryce@gitlab.com>2017-01-23 20:18:53 +0300
commit80c99ff1eb21c852c3b620e51a8619b49a68722e (patch)
treeb0883d5b24dff8a8582ee03a741868fb1d51ae27 /app/assets
parentb19bb38bd79033b7fbd11afa02273ab3e3a2f374 (diff)
Make variables table border consistent across viewport widths.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/projects.scss3
1 files changed, 3 insertions, 0 deletions
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 {