mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
topics_popover: Allow soft wrap opportunities for topic name.
When a topic name becomes very long, it may stretch the popover menu by a lot. We prevent this by allowing the topic name to wrap onto multiple lines.
This commit is contained in:
@@ -323,6 +323,7 @@ ul {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
white-space: normal;
|
||||||
|
|
||||||
.fa-chevron-right {
|
.fa-chevron-right {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user