Commit c665e6eb authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '56556-fix-markdown-table-border' into 'master'

Fix markdown table border

Closes #56556

See merge request gitlab-org/gitlab-ce!24601
parents 490eeb51 0a27853e
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
@extend .table-bordered; @extend .table-bordered;
margin: 16px 0; margin: 16px 0;
color: $gl-text-color; color: $gl-text-color;
border: 0;
th { th {
background: $label-gray-bg; background: $label-gray-bg;
......
---
title: Fix markdown table border.
merge_request: 24601
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment