From: Mark Otto Date: Thu, 4 Dec 2014 23:25:57 +0000 (-0800) Subject: fix margin on tables X-Git-Tag: v4.0.0-alpha~512 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32878bca7fa06f4a1d39a5aac1c096f89f363153;p=thirdparty%2Fbootstrap.git fix margin on tables --- diff --git a/scss/_tables.scss b/scss/_tables.scss index a47aa8e9c4..21449e8291 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -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;