Skip to content

Commit

Permalink
💄 [#575] Prevent table from running out of page
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Aug 20, 2021
1 parent e01b395 commit 5ac9f34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
table {
border: 1px solid black;
border-collapse: collapse;
table-layout: auto;
table-layout: fixed;
width: 100%;
}
.table-cell-key {
Expand Down

0 comments on commit 5ac9f34

Please sign in to comment.