From c3bb1741e41605a25c01400387c37ba24f7ed79d Mon Sep 17 00:00:00 2001 From: Jack Taylor Date: Sat, 21 Mar 2020 12:16:08 +0900 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=83=AA=E3=83=B3?= =?UTF-8?q?=E3=82=AF=E3=82=92=E5=8D=98=E8=AA=9E=E3=81=AE=E9=80=94=E4=B8=AD?= =?UTF-8?q?=E3=81=A7=E6=94=B9=E8=A1=8C=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix: #289 --- components/TextCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TextCard.vue b/components/TextCard.vue index 6ba7639589de9..41785a673b537 100644 --- a/components/TextCard.vue +++ b/components/TextCard.vue @@ -44,7 +44,7 @@ export default class TextCard extends Vue { @include body-text(); } a { - word-break: break-all; + word-break: break-word; color: $link; } }