Add horizontal scroll to wiki tables

This commit is contained in:
George Tsiolis 2018-01-17 19:30:33 +02:00
parent 4be30572fe
commit 0307668ca1
2 changed files with 7 additions and 0 deletions

View file

@ -17,6 +17,8 @@
*/ */
@mixin markdown-table { @mixin markdown-table {
width: auto; 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