From 96d71caf08278d04d21e53ab653b84c00140a7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 23 Jul 2018 15:31:08 +0200 Subject: [PATCH] Fix IDE gray line between header and editor --- src/app/ide/ide.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ide/ide.component.scss b/src/app/ide/ide.component.scss index c6df21d..b2fb434 100644 --- a/src/app/ide/ide.component.scss +++ b/src/app/ide/ide.component.scss @@ -41,7 +41,7 @@ .tfw-deploy-btn { background: $tao-bright-green-200; - padding: 0.5em 0.7em 0.8em 1.5em; + padding: 0.3em 0.7em 0.7em 1.5em; border-radius: 0; border-bottom-left-radius: 2.2em;