We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f6796 commit ace5565Copy full SHA for ace5565
src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditor.css
@@ -90,7 +90,7 @@
90
/* status */
91
92
.monaco-editor .interactive-editor .status {
93
- margin-top: 2px;
+ margin-top: 4px;
94
display: flex;
95
justify-content: space-between;
96
align-items: center;
@@ -104,6 +104,8 @@
104
overflow: hidden;
105
color: var(--vscode-descriptionForeground);
106
font-size: 11px;
107
+ align-self: baseline;
108
+ display: flex;
109
}
110
111
.monaco-editor .interactive-editor .status .label.hidden {
0 commit comments