Add log rotation to server & UI improvements #157
1 changed files with 1 additions and 1 deletions
Stop text overflowing the history card
commit
3f80900793
|
|
@ -4,6 +4,7 @@
|
||||||
background-color: var(--color-base-00);
|
background-color: var(--color-base-00);
|
||||||
|
|
|||||||
border-radius: var(--radius-l);
|
border-radius: var(--radius-l);
|
||||||
container-type: inline-size;
|
container-type: inline-size;
|
||||||
|
word-break: break-all;
|
||||||
|
|
||||||
&.clickable {
|
&.clickable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -38,7 +39,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--size-4-2);
|
gap: var(--size-4-2);
|
||||||
word-break: break-all;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue
Inconsistent indentation: this line uses spaces while the rest of the file uses tabs. Change to tab indentation to match the file's style.