Skip to content

Commit

Permalink
fixate height of table rows
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Mar 29, 2021
1 parent ba60ef5 commit eba5982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vingester-control.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,15 +293,19 @@ body {
row-gap: 0;
.col-1 {
grid-column-start: 1;
height: 20px;
}
.col-2 {
grid-column-start: 2;
height: 20px;
}
.col-3 {
grid-column-start: 3;
height: 20px;
}
.col-4 {
grid-column-start: 4;
height: 20px;
}
.version {
font-weight: bold;
Expand Down

0 comments on commit eba5982

Please sign in to comment.