Fix markdown table border

This commit is contained in:
Jacques Erasmus 2019-01-24 11:39:19 +00:00 committed by Kushal Pandya
parent 490eeb5159
commit 0a27853e82
2 changed files with 6 additions and 0 deletions

View File

@ -148,6 +148,7 @@
@extend .table-bordered;
margin: 16px 0;
color: $gl-text-color;
border: 0;
th {
background: $label-gray-bg;

View File

@ -0,0 +1,5 @@
---
title: Fix markdown table border.
merge_request: 24601
author:
type: fixed