Skip to content

Commit

Permalink
Improve formatting of filter-table to avoid wrapping (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
plars authored Sep 15, 2023
1 parent 904a4ef commit df1014b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/static/assets/css/testflinger.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ main {
background-color: lightgrey;
}

.filter-table table {
table-layout: auto;
}

.filter-table table th {
background-color: #333333;
color: white;
Expand Down

0 comments on commit df1014b

Please sign in to comment.