Commit 5772872
committed
style(logs): wrap long log lines to the next line (admin + live)
Long log lines were truncated with an ellipsis on /live (.log-entry had
white-space:nowrap; overflow:hidden; text-overflow:ellipsis), hiding the
tail of long messages; on admin, long unbroken tokens could overflow.
Wrap instead of hide:
- live.html: .log-entry wraps (white-space:normal; flex-wrap:wrap;
align-items:flex-start; overflow-wrap:anywhere) and .log-msg flows to
the next line (flex:1 1 auto; min-width:0; overflow-wrap:anywhere;
word-break:break-word) — the meta pills stay on the first line, the
message wraps in its column.
- admin.html: .log-entry gains overflow-wrap:anywhere + word-break so
long addresses / base64 memos / URLs break instead of overflowing.
CSS only; no behavior change.1 parent 6c3d86d commit 5772872
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
729 | 733 | | |
730 | 734 | | |
731 | 735 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
448 | | - | |
| 447 | + | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
0 commit comments