BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
76c23de3
Commit
76c23de3
authored
Jun 01, 2018
by
Annabel Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bootstrap-tables' into 'master'
Style bootstrap 4 markdown tables Closes #47015 See merge request gitlab-org/gitlab-ce!19283
parents
c0bac47d
ff4b5226
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
mixins.scss
app/assets/stylesheets/framework/mixins.scss
+12
-3
No files found.
app/assets/stylesheets/framework/mixins.scss
View file @
76c23de3
...
...
@@ -19,14 +19,23 @@
width
:
auto
;
display
:
inline-block
;
overflow-x
:
auto
;
border-left
:
0
;
border-right
:
0
;
border-bottom
:
0
;
border
:
0
;
border-color
:
$md-area-border
;
@supports
(
width
:
fit-content
)
{
display
:
block
;
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