Improve text wrapping of links in messages

This commit is contained in:
Jamie Kyle 2024-04-25 11:05:16 -07:00 committed by GitHub
parent 2785501f82
commit f61278afcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1106,6 +1106,9 @@ $message-padding-horizontal: 12px;
a {
text-decoration: underline;
outline: none;
// Allow links to be broken anywhere so they don't force extra line breaks
// when surrounded by text.
word-break: break-all;
@include light-theme {
color: $color-white-alpha-90;