From cc79359ee409ee845784d8f26c3cdbc5de9b45d1 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 23 Jul 2019 17:36:28 +0900 Subject: [PATCH] break all word --- _sass/post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/post.scss b/_sass/post.scss index 7f215b1..fb180b0 100644 --- a/_sass/post.scss +++ b/_sass/post.scss @@ -16,6 +16,7 @@ font-size: 20px; color: #989898; line-height: 1.6em; + word-break: break-all; } a.article-list__item__button {