Added table wrappers, fixed anchor headings

This commit is contained in:
Silvio Giebl
2019-05-04 23:18:56 +02:00
parent 03e2345833
commit 94f2aaf964
4 changed files with 16 additions and 12 deletions

View File

@@ -3,18 +3,19 @@
//
// stylelint-disable max-nesting-depth, selector-no-type, selector-max-type
table {
.table-wrapper {
display: block;
width: 100%;
max-width: 100%;
margin-bottom: $sp-5;
overflow-x: auto;
border-collapse: separate;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
}
@include mq(sm) {
display: table;
}
table {
display: table;
min-width: 100%;
border-collapse: separate;
}
th,