]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix margin on tables
authorMark Otto <markdotto@gmail.com>
Thu, 4 Dec 2014 23:25:57 +0000 (15:25 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 4 Dec 2014 23:25:57 +0000 (15:25 -0800)
scss/_tables.scss

index a47aa8e9c43cc1c7632d604a0a94e6187ea94aeb..21449e8291acb688f0eec517bc8756b8b9b24eb2 100644 (file)
@@ -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;