mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
fix margin on tables
This commit is contained in:
parent
7bc020cce0
commit
32878bca7f
@ -21,7 +21,8 @@ th {
|
||||
.table {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-bottom: $line-height-computed;
|
||||
margin-bottom: $spacer;
|
||||
|
||||
// Cells
|
||||
> thead,
|
||||
> tbody,
|
||||
@ -173,7 +174,7 @@ table {
|
||||
|
||||
@media screen and (max-width: $screen-xs-max) {
|
||||
width: 100%;
|
||||
margin-bottom: ($line-height-computed * 0.75);
|
||||
margin-bottom: $spacer;
|
||||
overflow-y: hidden;
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
border: 1px solid $table-border-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user