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
ff4b5226
Commit
ff4b5226
authored
Jun 01, 2018
by
Clement Ho
Committed by
Annabel Gray
Jun 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style bootstrap 4 markdown tables
parent
c0bac47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
app/assets/stylesheets/framework/mixins.scss
app/assets/stylesheets/framework/mixins.scss
+12
-3
No files found.
app/assets/stylesheets/framework/mixins.scss
View file @
ff4b5226
...
@@ -19,14 +19,23 @@
...
@@ -19,14 +19,23 @@
width
:
auto
;
width
:
auto
;
display
:
inline-block
;
display
:
inline-block
;
overflow-x
:
auto
;
overflow-x
:
auto
;
border-left
:
0
;
border
:
0
;
border-right
:
0
;
border-color
:
$md-area-border
;
border-bottom
:
0
;
@supports
(
width
:
fit-content
)
{
@supports
(
width
:
fit-content
)
{
display
:
block
;
display
:
block
;
width
:
fit-content
;
width
:
fit-content
;
}
}
tr
{
th
{
border-bottom
:
solid
2px
$md-area-border
;
}
td
{
border-color
:
$md-area-border
;
}
}
}
}
/*
/*
...
...
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