From a7cf49557a8d4ceea2f4207e5ece6f3317782e21 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 14 Sep 2024 23:04:18 +1200 Subject: [PATCH] Tweak dropdown padding --- client/homebrew/editor/snippetbar/snippetbar.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index c2649a13c..c50d9df4c 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -62,7 +62,10 @@ color : inherit; } &>.dropdown{ - right : -1px; + right : -1px; + &>.snippet{ + padding-right : 10px; + } } } &.editorTheme {