From 294a2bb1b329bf30782b1d9d2c4f030f1195c24b Mon Sep 17 00:00:00 2001 From: cp-20 Date: Mon, 17 Jun 2024 00:09:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=95=E7=A8=BF=E3=81=AE=E6=A8=AA?= =?UTF-8?q?=E5=B9=85=E3=81=8C=E5=9B=BA=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Post.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Post.vue b/frontend/src/components/Post.vue index 4806192..849c75a 100644 --- a/frontend/src/components/Post.vue +++ b/frontend/src/components/Post.vue @@ -124,8 +124,8 @@ const vTwemoji = { } &-content { - width: 480px; - + min-width: 0; + .post-header { margin-bottom: 8px;