Skip to content

Commit c869529

Browse files
authored
fix: last table cell padding (#573)
1 parent dae86bc commit c869529

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

resources/assets/css/_tables.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,15 @@
479479
.table-container table thead th.last-until-md,
480480
.table-container table thead th.last-until-md-lg,
481481
.table-container table thead th.last-until-sm,
482+
.table-container table tbody td.hoverable-cell.last-cell-sm .table-cell-content,
483+
.table-container table tbody td.hoverable-cell.last-cell-md .table-cell-content,
484+
.table-container
485+
table
486+
tbody
487+
td.hoverable-cell.last-cell-md-lg
488+
.table-cell-content,
489+
.table-container table tbody td.hoverable-cell.last-cell-lg .table-cell-content,
490+
.table-container table tbody td.hoverable-cell.last-cell-xl .table-cell-content,
482491
.table-container table tbody td.hoverable-cell:last-child .table-cell-content {
483492
@apply pr-0;
484493
}
@@ -506,6 +515,11 @@
506515
content: none;
507516
}
508517

518+
.table-container
519+
table
520+
tbody
521+
td.hoverable-cell.last-cell-sm
522+
.table-cell-content,
509523
.table-container table thead th.last-until-sm {
510524
@apply pr-3;
511525
}
@@ -529,6 +543,11 @@
529543
content: none;
530544
}
531545

546+
.table-container
547+
table
548+
tbody
549+
td.hoverable-cell.last-cell-md
550+
.table-cell-content,
532551
.table-container table thead th.last-until-md {
533552
@apply pr-3;
534553
}
@@ -552,6 +571,11 @@
552571
content: none;
553572
}
554573

574+
.table-container
575+
table
576+
tbody
577+
td.hoverable-cell.last-cell-md-lg
578+
.table-cell-content,
555579
.table-container table thead th.last-until-md-lg {
556580
@apply pr-3;
557581
}
@@ -575,6 +599,11 @@
575599
content: none;
576600
}
577601

602+
.table-container
603+
table
604+
tbody
605+
td.hoverable-cell.last-cell-lg
606+
.table-cell-content,
578607
.table-container table thead th.last-until-lg {
579608
@apply pr-3;
580609
}
@@ -598,6 +627,11 @@
598627
content: none;
599628
}
600629

630+
.table-container
631+
table
632+
tbody
633+
td.hoverable-cell.last-cell-xl
634+
.table-cell-content,
601635
.table-container table thead th.last-until-xl {
602636
@apply pr-3;
603637
}

0 commit comments

Comments
 (0)