Skip to content

Commit 79d77e3

Browse files
authored
Merge pull request #1354 from topcoder-platform/pm-3079
fix(PM-3079): removed border bottom to last row in ai table
2 parents a384094 + 1690c77 commit 79d77e3

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;
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)