From a8283b27c57cdf082bd3f107f0c958078f61247f Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Tue, 5 Sep 2023 11:25:46 +0530 Subject: [PATCH] width auto --- src/components/MermaidToExcalidraw.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MermaidToExcalidraw.scss b/src/components/MermaidToExcalidraw.scss index 73fe26ea5..cec70837a 100644 --- a/src/components/MermaidToExcalidraw.scss +++ b/src/components/MermaidToExcalidraw.scss @@ -29,7 +29,7 @@ padding: 1rem; @media screen and (max-width: 860px) { - width: 100%; + width: auto; height: 10rem; } } @@ -49,7 +49,7 @@ border: 1px solid #e4e4eb; @media screen and (max-width: 860px) { - width: 100%; + width: auto; } }