mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 14:24:46 +02:00
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
@ -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…
x
Reference in New Issue
Block a user