Stop text overflowing the history card
This commit is contained in:
parent
4fce317dea
commit
3f80900793
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue