Skip to content

Commit

Permalink
fix breakpoints on stacked tables to latest bootstrap-values (bootstr…
Browse files Browse the repository at this point in the history
  • Loading branch information
fifi authored and mosinve committed Jul 13, 2018
1 parent 3cdd98f commit be5bfc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
font-style: normal;
}

@media all and (max-width: 575.99px) {
@media all and (max-width: 575.98px) {
/* Under SM */
table.b-table.b-table-stacked-sm {
width: 100%;
Expand Down Expand Up @@ -136,7 +136,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
}
}

@media all and (max-width: 767.99px) {
@media all and (max-width: 767.98px) {
/* under MD */
table.b-table.b-table-stacked-md {
width: 100%;
Expand Down Expand Up @@ -177,7 +177,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
}
}

@media all and (max-width: 991.99px) {
@media all and (max-width: 991.98px) {
/* under LG */
table.b-table.b-table-stacked-lg {
width: 100%;
Expand Down Expand Up @@ -218,7 +218,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
}
}

@media all and (max-width: 1199.99px) {
@media all and (max-width: 1199.98px) {
/* under XL */
table.b-table.b-table-stacked-xl {
width: 100%;
Expand Down

0 comments on commit be5bfc5

Please sign in to comment.