From 7ad9da7fdaa295c1f336cff40a12580874b5febc Mon Sep 17 00:00:00 2001 From: Aditya Bist Date: Thu, 17 Sep 2020 15:55:54 -0700 Subject: [PATCH] fix connection dialog indentation (#12414) --- .../services/connection/browser/media/connectionDialog.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sql/workbench/services/connection/browser/media/connectionDialog.css b/src/sql/workbench/services/connection/browser/media/connectionDialog.css index 3f74be6da1..5a14b7d988 100644 --- a/src/sql/workbench/services/connection/browser/media/connectionDialog.css +++ b/src/sql/workbench/services/connection/browser/media/connectionDialog.css @@ -167,3 +167,8 @@ /* Hide twisties */ display: none !important; } + +.connection-dialog .tabbedPanel .tabList, +.connection-dialog .tabbedPanel .tabBody { + padding-left: 10px; +}