fix line breaking links: #6805
This commit is contained in:
parent
6b071bab21
commit
155309deee
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
.button--link {
|
||||
color: var(--color-link);
|
||||
transition: color 0.2s;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
font-weight: var(--font-weight-bold);
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue