Skip to content

Commit

Permalink
(feat) Added word break to tables (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasJes authored Sep 30, 2024
1 parent 2ed3c5f commit 9529c5b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,11 @@
.input-file {
width: 450px;
}

/*
* Table
*/

td {
word-break: break-all;
}

0 comments on commit 9529c5b

Please sign in to comment.