Commit 32878bca authored by Mark Otto's avatar Mark Otto

fix margin on tables

parent 7bc020cc
......@@ -21,7 +21,8 @@ th {
.table {
width: 100%;
max-width: 100%;
margin-bottom: $line-height-computed;
margin-bottom: $spacer;
// Cells
> thead,
> tbody,
......@@ -173,7 +174,7 @@ table {
@media screen and (max-width: $screen-xs-max) {
width: 100%;
margin-bottom: ($line-height-computed * 0.75);
margin-bottom: $spacer;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid $table-border-color;
......
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