Merge branch 'fix/add-horizontal-scroll-to-wiki-tables' into 'master'

Add horizontal scroll to wiki tables #26557

See merge request gitlab-org/gitlab-ce!16527
This commit is contained in:
Annabel Dunstone Gray 2018-01-19 16:35:09 +00:00
commit 604c9133a7
2 changed files with 7 additions and 0 deletions

View file

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

View file

@ -0,0 +1,5 @@
---
title: Add horizontal scroll to wiki tables
merge_request: 16527
author: George Tsiolis
type: fixed