From 4c29e1daebc090dd4cc59d8cfb7922b43121f45c Mon Sep 17 00:00:00 2001 From: Wiktoria Mielcarek <62669899+Braweria@users.noreply.github.com> Date: Mon, 7 Mar 2022 09:56:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20#37=20content=20writing?= =?UTF-8?q?=20area=20is=20too=20small?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SCSS/_blocks/_textarea/_preview.scss | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/SCSS/_blocks/_textarea/_preview.scss b/SCSS/_blocks/_textarea/_preview.scss index 7d0fbc4..968e130 100644 --- a/SCSS/_blocks/_textarea/_preview.scss +++ b/SCSS/_blocks/_textarea/_preview.scss @@ -6,23 +6,17 @@ flex-direction: column; align-items: center; - > div:not(.breadcrumbs-trail-grid) { - display: flex; - flex-direction: column; - align-items: center; + > *:not(iframe), + .frontmatter-container, + .block-language-tasks { + max-width: 750px; + width: 100%; + min-width: 300px; + } - > *:not(iframe), - .frontmatter-container, - .block-language-tasks { - max-width: 750px; - width: 100%; - min-width: 300px; - } - - > table, - > .mermaid { - max-width: fit-content; - min-width: 750px; - } + > table, + > .mermaid { + max-width: fit-content; + min-width: 750px; } }