mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:03:22 +08:00
UX: prevent user stream title from overflowing page (#29032)
This commit is contained in:
parent
252dcfbfa6
commit
8cef93a45d
|
@ -33,6 +33,10 @@
|
|||
|
||||
.user-stream-item__details {
|
||||
flex-grow: 1;
|
||||
min-width: 0;
|
||||
.badge-category__wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.stream-topic-title {
|
||||
|
|
1
pgvector
Submodule
1
pgvector
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3849f0fd3d6f7916de26d43e3a3c9f8e6615bc8f
|
Loading…
Reference in New Issue
Block a user