Improve text wrapping of links in messages
This commit is contained in:
parent
2785501f82
commit
f61278afcb
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue