Commit dbc40984 authored by Franco Fichtner's avatar Franco Fichtner

Revert "css: remove table bottom margin from both css and scss"

This reverts commit 4b3d241d.
CSS complexity, right?  This isn't needed anymore.
parent 4b3d241d
...@@ -17,6 +17,7 @@ th { ...@@ -17,6 +17,7 @@ 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,7 +2020,8 @@ th { ...@@ -2020,7 +2020,8 @@ 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