From 155309deeeb3eb157b05c04c74d8e26f69d8ead6 Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Fri, 6 Aug 2021 13:50:10 -0500 Subject: [PATCH] fix line breaking links: #6805 --- ui/scss/component/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index d1ea4e3b3..5ab41ab9c 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -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 {