Commit 3fb1381a authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #11084 from ZDroid/variable_way

Unhardcode .table-responsive bottom margin
parents 256f3a99 4ce1b08c
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment