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:
Sayam Samal
2023-12-08 05:29:08 +05:30
committed by Tim Abbott
parent 8b128f4b59
commit b8fee4f176

View File

@@ -323,6 +323,7 @@ ul {
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
white-space: normal;
.fa-chevron-right {
font-size: 12px;