Stop text overflowing the history card

This commit is contained in:
Andras Schmelczer 2025-10-26 12:49:53 +00:00
parent 4fce317dea
commit 3f80900793

View file

@ -4,6 +4,7 @@
background-color: var(--color-base-00);
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 {