From 4ce1b08c32013cca8094c71463f088c9b406c5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 14 Oct 2013 18:22:31 +0200 Subject: [PATCH] Unhardcode .table-responsive bottom margin --- less/tables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/tables.less b/less/tables.less index f9f0041e44..6ca19ad587 100644 --- a/less/tables.less +++ b/less/tables.less @@ -174,7 +174,7 @@ table { @media (max-width: @screen-sm-min) { .table-responsive { width: 100%; - margin-bottom: 15px; + margin-bottom: (@line-height-computed * 0.75); overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar;