margin on table moved

This commit is contained in:
Raphael Goetter 2016-09-21 13:02:45 +02:00
parent 8844212f09
commit 76db5ad463
2 changed files with 1 additions and 5 deletions

View File

@ -188,8 +188,3 @@ video,
svg {
max-width: 100%;
}
/* margin-bottom on tables */
table {
margin-bottom: $medium-value;
}

View File

@ -9,6 +9,7 @@ table,
table-layout: fixed;
border-collapse: collapse;
vertical-align: top;
margin-bottom: $medium-value;
}
.#{$kna-namespace}table {