mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Unhardcode .table-responsive bottom margin
This commit is contained in:
parent
3431f32349
commit
4ce1b08c32
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ table {
|
||||||
@media (max-width: @screen-sm-min) {
|
@media (max-width: @screen-sm-min) {
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 15px;
|
margin-bottom: (@line-height-computed * 0.75);
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||||
|
|
Loading…
Add table
Reference in a new issue