Skip to content

Commit

Permalink
Fix: Corrected CSS for long data in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ph3-der-loewe committed Mar 3, 2022
1 parent eb6a0e4 commit 9774df2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ section.box table tbody tr:hover {
background-color: #cccccc;
}

section.box table tr td {
overflow-wrap: break-word;
vertical-align: top;
}

section.box table.table-keys tr > * {
padding: 0.4em 1.5em;
}
Expand Down

0 comments on commit 9774df2

Please sign in to comment.