Commit 76c23de3 authored by Annabel Gray's avatar Annabel Gray

Merge branch 'bootstrap-tables' into 'master'

Style bootstrap 4 markdown tables

Closes #47015

See merge request gitlab-org/gitlab-ce!19283
parents c0bac47d ff4b5226
......@@ -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;
}
}
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment