Skip to content

Commit

Permalink
#3698: Make assessment results table borderless
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvoosten committed Oct 18, 2021
1 parent 27f166d commit 6c7134c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/components/assessments/AssessmentResultsTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
margin: 0;
}

.assessments-table > tbody > tr > td {
border: none;
}

.assessments-table > tbody > tr .entity-title-row {
border-top: 1px solid #ddd;
background-color: #f9f9f9;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const AssessmentResultsTable = ({
>
<PeriodsNavigation offset={offset} onChange={setOffset} />
<Table
borderless
responsive
className="assessments-table"
style={{ tableLayout: "fixed" }}
Expand Down

0 comments on commit 6c7134c

Please sign in to comment.