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 {
|
.button--link {
|
||||||
color: var(--color-link);
|
color: var(--color-link);
|
||||||
transition: color 0.2s;
|
transition: color 0.2s;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in a new issue