Skip to content

Commit

Permalink
stop title column getting squished
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Jun 16, 2024
1 parent bbad1dc commit 4c70d22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/assets/reftracker_offers.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
white-space: nowrap;
}

.rto-title {
min-width: 200px;
}

.rto-td {
vertical-align: middle !important;
}
Expand Down

0 comments on commit 4c70d22

Please sign in to comment.