Skip to content

Commit

Permalink
fix(ui): styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 27, 2023
1 parent dd24c59 commit e6ed9e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/src/pages/Home/ProcessTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
background-color: rgba(0, 0, 0, 0.1);
}

.process-table-header {
padding: 0;
}

.process-table-header .process-table-cell {
margin: 0;
padding: 0;
}

.process-table-header .process-table-cell:hover {
background-color: rgba(0, 0, 0, 0.1);
}
Expand Down

0 comments on commit e6ed9e9

Please sign in to comment.