Skip to content

Commit

Permalink
fix overflow of long traces
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 20, 2024
1 parent 6605c0d commit 4bd6be9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}

body {
color-scheme: dark light;
font-family:
system-ui,
-apple-system,
Expand Down Expand Up @@ -154,7 +155,11 @@ pre {
}

table {
display: block;
overflow-x: scroll;
white-space: nowrap;
padding-left: 1rem;
padding-bottom: 0.5rem;
}

tr td:first-child {
Expand Down Expand Up @@ -294,9 +299,6 @@ button:hover,
padding-bottom: 2rem;
}

tbody {
white-space: nowrap;
}
table {
padding-left: 0;
}
Expand Down

0 comments on commit 4bd6be9

Please sign in to comment.