From cbc39591d2bab1ed76acb0b298f4231caee93f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Sat, 13 Aug 2022 14:31:43 +0800 Subject: [PATCH] :lipstick: Fixed the SVG image fixed width pixes over the div DOM. --- assets/css/_common/components/post/post-body.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/_common/components/post/post-body.scss b/assets/css/_common/components/post/post-body.scss index 062d816..a7b1caf 100644 --- a/assets/css/_common/components/post/post-body.scss +++ b/assets/css/_common/components/post/post-body.scss @@ -76,4 +76,8 @@ width: 100%; } } + + svg { + max-width: 98%; + } }