0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #11084 from ZDroid/variable_way

Unhardcode .table-responsive bottom margin
This commit is contained in:
Mark Otto 2013-10-14 11:33:27 -07:00
commit 3fb1381a30

View File

@ -174,7 +174,7 @@ table {
@media (max-width: @screen-xs-max) {
.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;