Merge branch '44024-fix-table-extra-column' into 'master'

Fix markdown table showing extra fake column v1

Closes #44024

See merge request gitlab-org/gitlab-ce!17669
This commit is contained in:
Clement Ho 2018-03-13 18:04:44 +00:00
commit ed180aa96c
3 changed files with 10 additions and 2 deletions

View File

@ -17,8 +17,6 @@
*/
@mixin markdown-table {
width: auto;
display: block;
overflow-x: auto;
}
/*

View File

@ -180,6 +180,11 @@ ul.wiki-pages-list.content-list {
}
}
.wiki-holder {
overflow-x: auto;
overflow-y: hidden;
}
.wiki {
table {
@include markdown-table;

View File

@ -0,0 +1,5 @@
---
title: Fix markdown table showing extra column
merge_request: 17669
author:
type: fixed