UX: break long words to prevent overflow in activity stream (#28250)

This commit is contained in:
Kris 2024-08-06 10:49:49 -04:00 committed by GitHub
parent 97cd03d41a
commit 746d8e613e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
flex-grow: 1;
}
.stream-topic-title {
overflow-wrap: anywhere;
}
.user-stream-item__metadata {
align-items: end;
display: flex;