Skip to content

Commit be5bfc5

Browse files
fifimosinve
authored andcommitted
fix breakpoints on stacked tables to latest bootstrap-values (bootstrap-vue#1933)
1 parent 3cdd98f commit be5bfc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/table/table.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
9595
font-style: normal;
9696
}
9797

98-
@media all and (max-width: 575.99px) {
98+
@media all and (max-width: 575.98px) {
9999
/* Under SM */
100100
table.b-table.b-table-stacked-sm {
101101
width: 100%;
@@ -136,7 +136,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
136136
}
137137
}
138138

139-
@media all and (max-width: 767.99px) {
139+
@media all and (max-width: 767.98px) {
140140
/* under MD */
141141
table.b-table.b-table-stacked-md {
142142
width: 100%;
@@ -177,7 +177,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
177177
}
178178
}
179179

180-
@media all and (max-width: 991.99px) {
180+
@media all and (max-width: 991.98px) {
181181
/* under LG */
182182
table.b-table.b-table-stacked-lg {
183183
width: 100%;
@@ -218,7 +218,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
218218
}
219219
}
220220

221-
@media all and (max-width: 1199.99px) {
221+
@media all and (max-width: 1199.98px) {
222222
/* under XL */
223223
table.b-table.b-table-stacked-xl {
224224
width: 100%;

0 commit comments

Comments
 (0)