Skip to content

Commit f520962

Browse files
committed
fix: removed border bottom to last row in ai table
1 parent a384094 commit f520962

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/apps/review/src/lib/components/AiReviewsTable/AiReviewsTable.module.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
width: 100%;
1111
border-collapse: collapse;
1212

13+
&.reviewsTable {
14+
tr:last-child {
15+
td {
16+
border-bottom: none !important;
17+
}
18+
}
19+
}
1320

1421
&.reviewsTable thead tr th {
1522
border-top: 1px solid #A8A8A8;

src/apps/review/src/lib/components/ChallengeDetailsContent/TabContentSubmissions.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
}
129129

130130
.aiReviewerRow {
131+
padding-bottom: 0;
131132
@include ltelg {
132133
tr:has(&) {
133134
td:first-child {

0 commit comments

Comments
 (0)