From cee1bf15ae80d4d1de543f4d0bf7aa77124cce16 Mon Sep 17 00:00:00 2001 From: Aiday Marlen Kyzy Date: Tue, 6 Jun 2023 09:15:21 +0200 Subject: [PATCH] adding the padding right on the children of infoLabel in order to not stick the icon logo with the text --- .../contrib/interactiveEditor/browser/interactiveEditor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditor.css b/src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditor.css index 6f14113bc51..535a862595b 100644 --- a/src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditor.css +++ b/src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditor.css @@ -124,6 +124,10 @@ padding-left: 2px; } +.monaco-editor .interactive-editor .status .label.info > * { + padding-right: 5px; +} + .monaco-editor .interactive-editor .status .label.status { padding-left: 10px; padding-right: 4px;