From: Zlatan Vasović Date: Mon, 14 Oct 2013 16:22:31 +0000 (+0200) Subject: Unhardcode .table-responsive bottom margin X-Git-Tag: v3.0.1~39^2~35^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce1b08c32013cca8094c71463f088c9b406c5e9;p=thirdparty%2Fbootstrap.git Unhardcode .table-responsive bottom margin --- 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;