@@ -151,11 +151,9 @@ exports[`CDataTable renders correctly 2`] = `
151
151
<tr >
152
152
<th
153
153
class = " user-custom-class position-relative pr-4"
154
- style = " cursor: pointer; width: 40%;"
154
+ style = " vertical-align: middle; overflow: hidden; cursor: pointer; width: 40%;"
155
155
>
156
- <div
157
- class = " d-inline"
158
- >
156
+ <div >
159
157
Username
160
158
</div >
161
159
@@ -173,11 +171,9 @@ exports[`CDataTable renders correctly 2`] = `
173
171
</th >
174
172
<th
175
173
class = " position-relative pr-4"
176
- style = " cursor: pointer;"
174
+ style = " vertical-align: middle; overflow: hidden; cursor: pointer;"
177
175
>
178
- <div
179
- class = " d-inline"
180
- >
176
+ <div >
181
177
Registered
182
178
</div >
183
179
@@ -195,11 +191,9 @@ exports[`CDataTable renders correctly 2`] = `
195
191
</th >
196
192
<th
197
193
class = " position-relative pr-4"
198
- style = " cursor: pointer; width: 20%;"
194
+ style = " vertical-align: middle; overflow: hidden; cursor: pointer; width: 20%;"
199
195
>
200
- <div
201
- class = " d-inline"
202
- >
196
+ <div >
203
197
Role
204
198
</div >
205
199
@@ -217,11 +211,9 @@ exports[`CDataTable renders correctly 2`] = `
217
211
</th >
218
212
<th
219
213
class = " position-relative pr-4"
220
- style = " cursor: pointer; width: 20%;"
214
+ style = " vertical-align: middle; overflow: hidden; cursor: pointer; width: 20%;"
221
215
>
222
- <div
223
- class = " d-inline"
224
- >
216
+ <div >
225
217
Status
226
218
</div >
227
219
@@ -239,11 +231,9 @@ exports[`CDataTable renders correctly 2`] = `
239
231
</th >
240
232
<th
241
233
class = " position-relative pr-4"
242
- style = " width: 1%;"
234
+ style = " vertical-align: middle; overflow: hidden; width: 1%;"
243
235
>
244
- <div
245
- class = " d-inline"
246
- >
236
+ <div >
247
237
248
238
</div >
249
239
@@ -509,11 +499,9 @@ exports[`CDataTable renders correctly 2`] = `
509
499
<tr >
510
500
<th
511
501
class = " user-custom-class position-relative pr-4"
512
- style = " cursor: pointer; width: 40%;"
502
+ style = " vertical-align: middle; overflow: hidden; cursor: pointer; width: 40%;"
513
503
>
514
- <div
515
- class = " d-inline"
516
- >
504
+ <div >
517
505
Username
518
506
</div >
519
507
@@ -531,11 +519,9 @@ exports[`CDataTable renders correctly 2`] = `
531
519
</th >
532
520
<th
533
521
class = " position-relative pr-4"
534
- style = " cursor: pointer;"
522
+ style = " vertical-align: middle; overflow: hidden; cursor: pointer;"
535
523
>
536
- <div
537
- class = " d-inline"
538
- >
524
+ <div >
539
525
Registered
540
526
</div >
541
527
@@ -553,11 +539,9 @@ exports[`CDataTable renders correctly 2`] = `
553
539
</th >
554
540
<th
555
541
class = " position-relative pr-4"
556
- style = " cursor: pointer; width: 20%;"
542
+ style = " vertical-align: middle; overflow: hidden; cursor: pointer; width: 20%;"
557
543
>
558
- <div
559
- class = " d-inline"
560
- >
544
+ <div >
561
545
Role
562
546
</div >
563
547
@@ -575,11 +559,9 @@ exports[`CDataTable renders correctly 2`] = `
575
559
</th >
576
560
<th
577
561
class = " position-relative pr-4"
578
- style = " cursor: pointer; width: 20%;"
562
+ style = " vertical-align: middle; overflow: hidden; cursor: pointer; width: 20%;"
579
563
>
580
- <div
581
- class = " d-inline"
582
- >
564
+ <div >
583
565
Status
584
566
</div >
585
567
@@ -597,11 +579,9 @@ exports[`CDataTable renders correctly 2`] = `
597
579
</th >
598
580
<th
599
581
class = " position-relative pr-4"
600
- style = " width: 1%;"
582
+ style = " vertical-align: middle; overflow: hidden; width: 1%;"
601
583
>
602
- <div
603
- class = " d-inline"
604
- >
584
+ <div >
605
585
606
586
</div >
607
587
0 commit comments