File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
95
95
font-style : normal;
96
96
}
97
97
98
- @media all and (max-width : 575.99 px ) {
98
+ @media all and (max-width : 575.98 px ) {
99
99
/* Under SM */
100
100
table .b-table .b-table-stacked-sm {
101
101
width : 100% ;
@@ -136,7 +136,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
136
136
}
137
137
}
138
138
139
- @media all and (max-width : 767.99 px ) {
139
+ @media all and (max-width : 767.98 px ) {
140
140
/* under MD */
141
141
table .b-table .b-table-stacked-md {
142
142
width : 100% ;
@@ -177,7 +177,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
177
177
}
178
178
}
179
179
180
- @media all and (max-width : 991.99 px ) {
180
+ @media all and (max-width : 991.98 px ) {
181
181
/* under LG */
182
182
table .b-table .b-table-stacked-lg {
183
183
width : 100% ;
@@ -218,7 +218,7 @@ table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
218
218
}
219
219
}
220
220
221
- @media all and (max-width : 1199.99 px ) {
221
+ @media all and (max-width : 1199.98 px ) {
222
222
/* under XL */
223
223
table .b-table .b-table-stacked-xl {
224
224
width : 100% ;
You can’t perform that action at this time.
0 commit comments