Skip to content

Commit

Permalink
Fix CSS wrapping in flight details table
Browse files Browse the repository at this point in the history
Fixes #143.
  • Loading branch information
dbrgn committed Mar 14, 2024
1 parent 144a54d commit 9764fa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/routes/flights/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,9 @@
</tr>
</table>
</section>

<style>
table th {
white-space: nowrap;
}
</style>

0 comments on commit 9764fa4

Please sign in to comment.