Stop diff table styling and Markdown table styling from conflicting

This commit is contained in:
Douwe Maan 2019-03-23 14:32:52 +01:00
parent 0c902da153
commit 8b700922b5
No known key found for this signature in database
GPG key ID: 5976703F65143D36
3 changed files with 2 additions and 12 deletions

View file

@ -25,10 +25,6 @@
}
}
table {
@extend .table;
}
.file-title {
position: relative;
background-color: $gray-light;

View file

@ -163,7 +163,7 @@
margin: 10px 0;
}
table {
table:not(.code) {
@extend .table;
@extend .table-bordered;
margin: 16px 0;

View file

@ -89,13 +89,7 @@
}
}
.note-text {
table {
font-family: $font-family-sans-serif;
}
}
table {
table.code {
width: 100%;
font-family: $monospace-font;
border: 0;