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 {
|
a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
outline: none;
|
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 {
|
@include light-theme {
|
||||||
color: $color-white-alpha-90;
|
color: $color-white-alpha-90;
|
||||||
|
|
Loading…
Reference in a new issue