From ac873465075b3401c7d315ec3c9df0f295a64219 Mon Sep 17 00:00:00 2001 From: Euler Date: Mon, 7 Oct 2019 12:49:05 -0300 Subject: [PATCH] Prevent connections from moving on click (#7528) --- .../services/connection/browser/media/connectionDialog.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sql/workbench/services/connection/browser/media/connectionDialog.css b/src/sql/workbench/services/connection/browser/media/connectionDialog.css index ab4cd29275..bff9ebf932 100644 --- a/src/sql/workbench/services/connection/browser/media/connectionDialog.css +++ b/src/sql/workbench/services/connection/browser/media/connectionDialog.css @@ -37,7 +37,6 @@ } .connection-recent, .connection-saved { - margin: 5px; flex: 1 1; overflow-y: auto; }