mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FIX: Wrap similar topic titles at narrow widths
This commit is contained in:
parent
23515a68ca
commit
f5f163d1ce
@ -160,6 +160,7 @@
|
||||
}
|
||||
span.topic {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
.badge-wrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user