mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
css: remove table bottom margin from both css and scss
This commit is contained in:
parent
d6e07fecc1
commit
4b3d241db6
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user