From ace28c8a22924386affd804e9183b3fae327cd76 Mon Sep 17 00:00:00 2001
From: ryoaxton2000 <ryoaxton@gmail.com>
Date: Wed, 24 Feb 2021 11:30:01 +0700
Subject: [PATCH] add white space for \n in post content

---
 src/styles/thread/Post.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/styles/thread/Post.css b/src/styles/thread/Post.css
index 73d4017..2578ef7 100644
--- a/src/styles/thread/Post.css
+++ b/src/styles/thread/Post.css
@@ -157,4 +157,8 @@ button:focus {
     }   
 
     
+}
+
+#isi {
+    white-space: pre-line;
 }
\ No newline at end of file
-- 
GitLab