From 1a32db134385f7e8d8d3665d7004532ac6a8b563 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Wed, 7 Jul 2021 18:45:59 -0700 Subject: [PATCH] set the width of the 'clear list' button (#16036) --- .../services/connection/browser/media/connectionDialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sql/workbench/services/connection/browser/media/connectionDialog.css b/src/sql/workbench/services/connection/browser/media/connectionDialog.css index 9ff788a871..8b19e330f1 100644 --- a/src/sql/workbench/services/connection/browser/media/connectionDialog.css +++ b/src/sql/workbench/services/connection/browser/media/connectionDialog.css @@ -92,6 +92,7 @@ background-position: 2px center; background-repeat: no-repeat; padding-left: 25px; + width: auto; } .search-action.clear-search-results {