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:
commit
604c9133a7
2 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
*/
|
||||
@mixin markdown-table {
|
||||
width: auto;
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add horizontal scroll to wiki tables
|
||||
merge_request: 16527
|
||||
author: George Tsiolis
|
||||
type: fixed
|
Loading…
Reference in a new issue