css: remove table bottom margin from both css and scss

This commit is contained in:
Franco Fichtner 2016-03-09 21:14:14 +01:00
parent d6e07fecc1
commit 4b3d241db6
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,6 @@ th {
.table {
width: 100%;
max-width: 100%;
margin-bottom: $line-height-computed;
// Cells
> thead,
> tbody,

View File

@ -2020,8 +2020,7 @@ th {
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px; }
max-width: 100%; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,