Unhardcode .table-responsive bottom margin

This commit is contained in:
Zlatan Vasović 2013-10-14 18:22:31 +02:00
parent 3431f32349
commit 4ce1b08c32

View File

@ -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;