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 {