From ab2ef0c5bfe862803c034e8447fcbdc504f6e8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Thu, 8 Feb 2024 15:22:08 +0100 Subject: [PATCH] feat(vscode): Gain space for the editor in VS Code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit part of kaotoio/vscode-kaoto#465 Signed-off-by: Aurélien Pupier --- packages/ui/src/multiplying-architecture/KaotoEditor.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/ui/src/multiplying-architecture/KaotoEditor.scss b/packages/ui/src/multiplying-architecture/KaotoEditor.scss index 965f905d4..c29022733 100644 --- a/packages/ui/src/multiplying-architecture/KaotoEditor.scss +++ b/packages/ui/src/multiplying-architecture/KaotoEditor.scss @@ -4,7 +4,6 @@ display: flex; flex-flow: column nowrap; position: relative; - padding-top: 15px; // Tab header shouldn't grow or shrink > div[role='region'] { @@ -17,7 +16,6 @@ flex-grow: 1; flex-shrink: 1; position: relative; - padding: 0 15px 15px; overflow: scroll; } }