Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
6232c81d4e45
Commit
9ae711bf
authored
Oct 04, 2018
by
Annabel Dunstone Gray
Committed by
Phil Hughes
Oct 04, 2018
Browse files
Fix markdown table border and background color
parent
dc95c9964fa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/framework/mixins.scss
View file @
6232c81d
...
...
@@ -20,20 +20,24 @@
display
:
inline-block
;
overflow-x
:
auto
;
border
:
0
;
border-color
:
$gray-100
;
border-color
:
$
gl-
gray-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
$
gl-
gray-100
;
}
td
{
border-color
:
$gray-100
;
border-color
:
$
gl-
gray-100
;
}
}
}
...
...
changelogs/unreleased/52178-markdown-table-borders.yml
0 → 100644
View file @
6232c81d
---
title
:
Add borders and white background to markdown tables
merge_request
:
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