From 3c93c2a7ea226de2110fc25ae508b8d7857b32d2 Mon Sep 17 00:00:00 2001 From: simke9445 Date: Tue, 19 Mar 2024 16:23:03 +0100 Subject: [PATCH] fix playground styles --- .../src/pages/playground/Playground.module.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/warp-protocol/src/pages/playground/Playground.module.sass b/apps/warp-protocol/src/pages/playground/Playground.module.sass index edb22b8..9c629ab 100644 --- a/apps/warp-protocol/src/pages/playground/Playground.module.sass +++ b/apps/warp-protocol/src/pages/playground/Playground.module.sass @@ -42,10 +42,11 @@ .editor width: 100% - height: 500px + height: 100% .center width: 100% + height: 100% align-items: flex-start .right @@ -66,4 +67,4 @@ height: 510px !important .msg_editor - height: 470px !important + height: 484px !important