File tree 1 file changed +19
-3
lines changed
src/components/table/tests/__snapshots__
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ exports[`CDataTable renders correctly 2`] = `
71
71
class = " col-sm-6 form-inline p-0"
72
72
>
73
73
<label
74
- class = " mr -2"
74
+ class = " mfe -2"
75
75
>
76
76
Filter:
77
77
</label >
@@ -84,7 +84,7 @@ exports[`CDataTable renders correctly 2`] = `
84
84
/>
85
85
86
86
<svg
87
- class = " c-icon ml -2 text-danger"
87
+ class = " c-icon mfs -2 text-danger"
88
88
role = " button"
89
89
tabindex = " 0"
90
90
viewBox = " 0 0 512 512"
@@ -110,7 +110,7 @@ exports[`CDataTable renders correctly 2`] = `
110
110
class = " form-inline justify-content-sm-end"
111
111
>
112
112
<label
113
- class = " mr -2"
113
+ class = " mfe -2"
114
114
>
115
115
Items per page:
116
116
</label >
@@ -360,6 +360,10 @@ exports[`CDataTable renders correctly 2`] = `
360
360
</td >
361
361
</tr >
362
362
363
+ <tr
364
+ class = " invisible"
365
+ />
366
+
363
367
<tr
364
368
class = " p-0"
365
369
>
@@ -412,6 +416,10 @@ exports[`CDataTable renders correctly 2`] = `
412
416
</td >
413
417
</tr >
414
418
419
+ <tr
420
+ class = " invisible"
421
+ />
422
+
415
423
<tr
416
424
class = " p-0"
417
425
>
@@ -464,6 +472,10 @@ exports[`CDataTable renders correctly 2`] = `
464
472
</td >
465
473
</tr >
466
474
475
+ <tr
476
+ class = " invisible"
477
+ />
478
+
467
479
<tr
468
480
class = " p-0"
469
481
>
@@ -516,6 +528,10 @@ exports[`CDataTable renders correctly 2`] = `
516
528
</td >
517
529
</tr >
518
530
531
+ <tr
532
+ class = " invisible"
533
+ />
534
+
519
535
<tr
520
536
class = " p-0"
521
537
>
You can’t perform that action at this time.
0 commit comments