From 9579271b65549ccac02f95df332dbf0af2d14070 Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Fri, 2 Feb 2024 21:08:16 +0700 Subject: [PATCH] fix: style width issue --- src/components/posts/editor/index.module.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/posts/editor/index.module.sass b/src/components/posts/editor/index.module.sass index 92a542a53..3f5c63da0 100644 --- a/src/components/posts/editor/index.module.sass +++ b/src/components/posts/editor/index.module.sass @@ -187,6 +187,7 @@ opacity: 0.8 .InfoPanelContent + width: 100% display: flex flex-direction: column