summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-01-24 11:39:19 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-01-24 11:39:19 +0000
commit0a27853e82931280e441fe99a66e0da53f6a8f7b (patch)
treefaf9cecce2c0d5ffc768192a483feedaecc3c5fb
parent490eeb5159945107576c756b22c08f99b45a8463 (diff)
downloadgitlab-ce-0a27853e82931280e441fe99a66e0da53f6a8f7b.tar.gz
Fix markdown table border
-rw-r--r--app/assets/stylesheets/framework/typography.scss1
-rw-r--r--changelogs/unreleased/56556-fix-markdown-table-border.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 45dab036d35..a08639936c0 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -148,6 +148,7 @@
@extend .table-bordered;
margin: 16px 0;
color: $gl-text-color;
+ border: 0;
th {
background: $label-gray-bg;
diff --git a/changelogs/unreleased/56556-fix-markdown-table-border.yml b/changelogs/unreleased/56556-fix-markdown-table-border.yml
new file mode 100644
index 00000000000..7724f49d4e9
--- /dev/null
+++ b/changelogs/unreleased/56556-fix-markdown-table-border.yml
@@ -0,0 +1,5 @@
+---
+title: Fix markdown table border.
+merge_request: 24601
+author:
+type: fixed