From 361f773f2c3c65255e0d5cc8d991fac0f4521fff Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Tue, 18 Oct 2022 20:20:01 +0530 Subject: [PATCH] fix: editor width on mobile --- packages/web/src/stylesheets/_columns.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/web/src/stylesheets/_columns.scss b/packages/web/src/stylesheets/_columns.scss index 00f4d3e82..704cd0102 100644 --- a/packages/web/src/stylesheets/_columns.scss +++ b/packages/web/src/stylesheets/_columns.scss @@ -25,6 +25,11 @@ } } + #editor-content { + width: 100% !important; + left: 0 !important; + } + &:not(.selected) { min-height: 0; height: auto;