Break activity log values ignoring word boundaries
Not my favorite approach, but it'll work. closes #4305
This commit is contained in:
parent
2da8042b0f
commit
be29fe1db2
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@
|
||||||
@apply mt-1 text-sm break-words line-clamp-2 pr-4;
|
@apply mt-1 text-sm break-words line-clamp-2 pr-4;
|
||||||
|
|
||||||
& strong {
|
& strong {
|
||||||
@apply text-gray-50 font-semibold;
|
@apply text-gray-50 font-semibold break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue