Skip to content

Commit

Permalink
Fix table width
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Dec 13, 2024
1 parent 1e75d03 commit 36ffa1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/manual/manual.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,14 @@ p[role="important"] {
padding: 0.5em;
}

table {
display: block;
.table-wrapper {
overflow: auto;
}

table {
border-collapse: collapse;
width: 100%;
font-size: 0.9em;
}

thead tr {
Expand Down

0 comments on commit 36ffa1c

Please sign in to comment.