Commit ed180aa9 authored by Clement Ho's avatar Clement Ho

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
parents 3bd219a4 a74544fc
......@@ -17,8 +17,6 @@
*/
@mixin markdown-table {
width: auto;
display: block;
overflow-x: auto;
}
/*
......
......@@ -180,6 +180,11 @@ ul.wiki-pages-list.content-list {
}
}
.wiki-holder {
overflow-x: auto;
overflow-y: hidden;
}
.wiki {
table {
@include markdown-table;
......
---
title: Fix markdown table showing extra column
merge_request: 17669
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