Commit 4b3d241d authored by Franco Fichtner's avatar Franco Fichtner

css: remove table bottom margin from both css and scss

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