summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mixins.scss
diff options
context:
space:
mode:
authorDany Jupille <dany.jupille@he-arc.ch>2019-03-05 12:20:08 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-03-05 12:20:08 +0000
commitab18641f566eb8ff9a9ba44737e926169af8a519 (patch)
treebafdfd5b5efcb4912e3e9c4274b6c8f723eb16a6 /app/assets/stylesheets/framework/mixins.scss
parentdf0d3f9c6740a0036b73d07a1613f39fd5ce691e (diff)
downloadgitlab-ce-ab18641f566eb8ff9a9ba44737e926169af8a519.tar.gz
Fix large table horizontal scroll and prevent side-by-side tables
Diffstat (limited to 'app/assets/stylesheets/framework/mixins.scss')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index fda7b6d5467..ba3b0906e28 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -26,16 +26,11 @@
*/
@mixin markdown-table {
width: auto;
- display: inline-block;
+ display: block;
overflow-x: auto;
border: 0;
border-color: $gl-gray-100;
- @supports (width: fit-content) {
- display: block;
- width: fit-content;
- }
-
tr {
th {
border-bottom: solid 2px $gl-gray-100;