Skip to content

Commit

Permalink
word-wrap: anywhere on td for mobile display
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 11, 2024
1 parent f37e0fb commit d33f73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/til_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
th, td {
padding: 0.3em;
border: 1px solid #D3D3D3;
word-wrap: anywhere;
}
th {
background-color: #eee;
Expand Down

0 comments on commit d33f73e

Please sign in to comment.