typeaheads: Fix mention typeaheads spill width.

Fixes: #27825
This commit is contained in:
shashank-23002 2023-12-19 19:29:05 +00:00 committed by Tim Abbott
parent 272337f0f9
commit dcec36b824
1 changed files with 2 additions and 0 deletions

View File

@ -1492,6 +1492,8 @@ strong {
on :focus. */
.typeahead-menu {
& li {
word-break: break-word;
& a {
display: block;
padding: 3px 20px;