From a50e2df15fad968d26b07848875662df15df4501 Mon Sep 17 00:00:00 2001 From: Marcus Viefeld Date: Tue, 10 Jul 2018 16:55:06 +0200 Subject: [PATCH] fix breakpoints on stacked tables to latest bootstrap-values --- src/components/table/table.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/table/table.css b/src/components/table/table.css index fabf6fec53d..9caac8d655f 100644 --- a/src/components/table/table.css +++ b/src/components/table/table.css @@ -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%; @@ -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%; @@ -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%; @@ -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%;