From d671c688fc4529bd41c79feee9248ed613bbd381 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Sun, 20 Aug 2023 20:04:39 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20word=20break?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.content.css b/src/style.content.css index 7797544..2bfaac8 100644 --- a/src/style.content.css +++ b/src/style.content.css @@ -80,6 +80,7 @@ } .bsky-user-content .content .description { font-size: 14px; + word-break: break-all; } .name-and-controller { display: flex;