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 { ...@@ -17,7 +17,6 @@ th {
.table { .table {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
margin-bottom: $line-height-computed;
// Cells // Cells
> thead, > thead,
> tbody, > tbody,
......
...@@ -2020,8 +2020,7 @@ th { ...@@ -2020,8 +2020,7 @@ th {
.table { .table {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%; }
margin-bottom: 20px; }
.table > thead > tr > th, .table > thead > tr > th,
.table > thead > tr > td, .table > thead > tr > td,
.table > tbody > tr > th, .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