fix line breaking links: #6805

This commit is contained in:
Baltazar Gomez 2021-08-06 13:50:10 -05:00 committed by Thomas Zarebczan
parent 6b071bab21
commit 155309deee

View file

@ -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 {