fix: make sure to break links and not words when wrapping text

pull/2341/head
William Grant 3 years ago
parent fb0592d608
commit 461e6ec38b

@ -39,9 +39,11 @@ textarea {
input,
textarea {
user-select: text;
a {
word-break: break-all;
}
}
}
::selection {
background: var(--color-text-highlight);

Loading…
Cancel
Save