From 50b6789e514ec8dd52a4569bb0c9509b2fefe6df Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Wed, 5 Aug 2020 10:15:56 -0700 Subject: [PATCH] show hidden connection properties (#11646) --- .../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 96baec6d85..8f4cdf9dbe 100644 --- a/src/sql/workbench/services/connection/browser/media/connectionDialog.css +++ b/src/sql/workbench/services/connection/browser/media/connectionDialog.css @@ -60,7 +60,6 @@ } .connection-provider-info { - overflow-y: hidden; margin: 15px; }