UX: break long words to prevent overflow in activity stream (#28250)
This commit is contained in:
parent
97cd03d41a
commit
746d8e613e
|
@ -35,6 +35,10 @@
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stream-topic-title {
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
||||||
|
|
||||||
.user-stream-item__metadata {
|
.user-stream-item__metadata {
|
||||||
align-items: end;
|
align-items: end;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue