From 1ca4235283fbd1721136de471187ecc7f7f71068 Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Fri, 14 Jun 2024 09:44:24 +0200 Subject: [PATCH] added linebreak in posts --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index e63963d..f61af3a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -63,6 +63,7 @@ h3 { .post-content { flex: 1; margin-right: 20px; + white-space: pre-wrap; } .post-right {