From 4a97494d871f65880e0f1abffbba963240c52800 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 13 Jun 2017 11:53:07 +0200 Subject: [PATCH] Keybindings in quick open aren't vertically aligned (fixes #28602) --- src/vs/base/parts/quickopen/browser/quickopen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/base/parts/quickopen/browser/quickopen.css b/src/vs/base/parts/quickopen/browser/quickopen.css index 9173f8121cc..dfe35cceb0b 100644 --- a/src/vs/base/parts/quickopen/browser/quickopen.css +++ b/src/vs/base/parts/quickopen/browser/quickopen.css @@ -92,7 +92,7 @@ } .quick-open-widget .quick-open-tree .quick-open-entry-keybinding .monaco-kbkey { - vertical-align: inherit; + vertical-align: text-bottom; } .quick-open-widget .quick-open-tree .results-group { -- GitLab