Skip to content

Commit

Permalink
fix(cve-table): Remove extra styling, use default styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridostal committed Sep 27, 2018
1 parent cb94542 commit 7d5b254
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class VulnerabilitiesCveTable extends React.Component {

<GridItem span={12}>
<Table
className="cve-table"
header={['Impact', 'Synopsis', 'Public date', 'Affected Systems', 'Total Risk', 'Description']}
rows={this.state.cveList}
onRowClick={(event, key) => this.handleRedirect(key)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,3 @@
.pf-c-card {
height: 100%;
}

table {
&.cve-table {
td {
border: none;
}
th {
&:nth-child(1) {
width: 6%;
}
&:nth-child(2) {
width: 30%;
}
&:nth-child(3) {
width: 8%;
}
&:nth-child(4) {
width: 11%;
}
&:nth-child(5) {
width: 8%;
}
}
}
}

0 comments on commit 7d5b254

Please sign in to comment.