Break activity log values ignoring word boundaries

Not my favorite approach, but it'll work. closes #4305
This commit is contained in:
DaneEveritt 2022-08-07 15:00:43 -04:00
parent 2da8042b0f
commit be29fe1db2
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -10,6 +10,6 @@
@apply mt-1 text-sm break-words line-clamp-2 pr-4;
& strong {
@apply text-gray-50 font-semibold;
@apply text-gray-50 font-semibold break-all;
}
}