mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
fix margin on tables
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user