Skip to content

Commit

Permalink
fix: make first cell 100% width (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart authored Jul 26, 2023
1 parent d88d6d9 commit 7a1cdaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/report/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,16 @@ class App extends LitElement {
border: 1px solid #cdd5dc;
padding: 10px;
text-align: center;
white-space: nowrap;
}
thead th {
background-color: #f5f5f5;
}
tbody th {
font-weight: normal;
text-align: left;
width: 100%;
white-space: normal;
}
td.passed {
background-color: #efffd9;
Expand Down

0 comments on commit 7a1cdaf

Please sign in to comment.