Skip to content

Commit

Permalink
Prevent overflow on tiny viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored and greggman committed Jan 24, 2024
1 parent b8e4b09 commit 8010720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
max-width: 100%;
flex-wrap: wrap;
justify-content: space-between;
overflow-wrap: anywhere;
}
td {
flex: 1 1 auto;
Expand Down

0 comments on commit 8010720

Please sign in to comment.