adding the padding right on the children of infoLabel in order to not stick the icon logo with the text

This commit is contained in:
Aiday Marlen Kyzy
2023-06-06 09:15:21 +02:00
parent 4ddd4434db
commit cee1bf15ae
@@ -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;