mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
fix: Wrap long log entries in log box
Some checks failed
Build for Raspberry Pi / Build for aarch64 (push) Failing after 17s
Some checks failed
Build for Raspberry Pi / Build for aarch64 (push) Failing after 17s
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
parent
cf24c9029e
commit
b510af2d8d
1 changed files with 5 additions and 0 deletions
|
|
@ -176,6 +176,11 @@ button:hover {
|
|||
gap: 15px;
|
||||
}
|
||||
|
||||
.log-box {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.collapsible-content {
|
||||
display: none;
|
||||
padding: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue