mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 11:39:57 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user