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
42a227e4
Commit
42a227e4
authored
6 years ago
by
Annabel Dunstone Gray
Committed by
Phil Hughes
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markdown table border and background color
parent
4d30215a
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
app/assets/stylesheets/framework/mixins.scss
app/assets/stylesheets/framework/mixins.scss
+7
-3
changelogs/unreleased/52178-markdown-table-borders.yml
changelogs/unreleased/52178-markdown-table-borders.yml
+5
-0
No files found.
app/assets/stylesheets/framework/mixins.scss
View file @
42a227e4
...
...
@@ -20,20 +20,24 @@
display
:
inline-block
;
overflow-x
:
auto
;
border
:
0
;
border-color
:
$gray-100
;
border-color
:
$g
l-g
ray-100
;
@supports
(
width
:
fit-content
)
{
display
:
block
;
width
:
fit-content
;
}
tbody
{
background-color
:
$white-light
;
}
tr
{
th
{
border-bottom
:
solid
2px
$gray-100
;
border-bottom
:
solid
2px
$g
l-g
ray-100
;
}
td
{
border-color
:
$gray-100
;
border-color
:
$g
l-g
ray-100
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/52178-markdown-table-borders.yml
0 → 100644
View file @
42a227e4
---
title
:
Add borders and white background to markdown tables
merge_request
:
author
:
type
:
fixed
This diff is collapsed.
Click to expand it.
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