From 81a1a9e32dbf60957cefcfbd14945cd52b9dfaf1 Mon Sep 17 00:00:00 2001 From: vigdorov Date: Fri, 14 Aug 2020 19:22:46 +0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=B2=D1=8B=D0=BF=D0=B0=D0=B4=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=B9=D0=BD?= =?UTF-8?q?=D0=B5=D1=80=D0=B0=20=D0=BF=D1=80=D0=B8=D0=B2=D0=BE=D0=B4=D0=B8?= =?UTF-8?q?=D0=B2=D1=88=D0=B5=D0=B5=20=D0=BA=20=D0=BF=D0=BE=D1=8F=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D1=8E=20=D1=81=D0=BA=D1=80=D0=BE=D0=BB?= =?UTF-8?q?=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.css | 5 +++++ src/app.html | 6 +++--- .../router-pages-container/RouterPagesContainer.css | 3 +++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index 9dea352..1bf5fb1 100644 --- a/src/app.css +++ b/src/app.css @@ -2,6 +2,11 @@ html, body { height: 100%; } +body { + display: flex; + flex-direction: column; +} + textarea { resize: none; } diff --git a/src/app.html b/src/app.html index 2a6addf..2fc3519 100644 --- a/src/app.html +++ b/src/app.html @@ -35,7 +35,7 @@