Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a74544fc
Commit
a74544fc
authored
Mar 09, 2018
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markdown table showing an extra rake column
Fix
https://gitlab.com/gitlab-org/gitlab-ce/issues/44024
parent
7734e85b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
app/assets/stylesheets/framework/mixins.scss
app/assets/stylesheets/framework/mixins.scss
+0
-2
app/assets/stylesheets/pages/wiki.scss
app/assets/stylesheets/pages/wiki.scss
+5
-0
changelogs/unreleased/44024-fix-table-extra-column.yml
changelogs/unreleased/44024-fix-table-extra-column.yml
+5
-0
No files found.
app/assets/stylesheets/framework/mixins.scss
View file @
a74544fc
...
...
@@ -17,8 +17,6 @@
*/
@mixin
markdown-table
{
width
:
auto
;
display
:
block
;
overflow-x
:
auto
;
}
/*
...
...
app/assets/stylesheets/pages/wiki.scss
View file @
a74544fc
...
...
@@ -180,6 +180,11 @@ ul.wiki-pages-list.content-list {
}
}
.wiki-holder
{
overflow-x
:
auto
;
overflow-y
:
hidden
;
}
.wiki
{
table
{
@include
markdown-table
;
...
...
changelogs/unreleased/44024-fix-table-extra-column.yml
0 → 100644
View file @
a74544fc
---
title
:
Fix markdown table showing extra column
merge_request
:
17669
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment