Add log rotation to server & UI improvements #157

Merged
schmelczer merged 6 commits from asch/logs into main 2025-11-02 17:52:05 +00:00
Showing only changes of commit 3f80900793 - Show all commits

Stop text overflowing the history card

Andras Schmelczer 2025-10-26 12:49:53 +00:00

View file

@ -4,6 +4,7 @@
background-color: var(--color-base-00);
copilot-pull-request-reviewer[bot] commented 2025-11-02 17:43:39 +00:00 (Migrated from github.com)

Inconsistent indentation: this line uses spaces while the rest of the file uses tabs. Change to tab indentation to match the file's style.

	word-break: break-word;
Inconsistent indentation: this line uses spaces while the rest of the file uses tabs. Change to tab indentation to match the file's style. ```suggestion word-break: break-word; ```
border-radius: var(--radius-l);
container-type: inline-size;
word-break: break-all;
&.clickable {
cursor: pointer;
@ -38,7 +39,6 @@
display: flex;
align-items: center;
gap: var(--size-4-2);
word-break: break-all;
margin: 0;
> span {