Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-17 20:30:33 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-19 18:53:30 +0300
commit0307668ca17b5d479ff484aecdc6e0b578e60b08 (patch)
tree6b81a2da1ba002a55afd2c254ae1be1d0ddc6133 /app/assets/stylesheets
parent4be30572fe8db43ac67b0e6626f27259cad67c24 (diff)
Add horizontal scroll to wiki tables
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index e12b5aab381..ddd9dbb2be4 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -17,6 +17,8 @@
*/
@mixin markdown-table {
width: auto;
+ display: block;
+ overflow-x: auto;
}
/*