mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: Break very long words in titles within menus
This commit is contained in:
parent
b79ea986ac
commit
8a527567d3
@ -186,7 +186,7 @@
|
||||
padding: 0;
|
||||
> div {
|
||||
overflow: hidden; // clears the text from wrapping below icons
|
||||
|
||||
overflow-wrap: anywhere;
|
||||
// Truncate items with more than 2 lines.
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
|
@ -265,6 +265,7 @@
|
||||
}
|
||||
|
||||
.topic-title {
|
||||
overflow-wrap: anywhere;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user