Skip to content

Commit ace5565

Browse files
committed
css styling tweaks
1 parent e9f6796 commit ace5565

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditor.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
/* status */
9191

9292
.monaco-editor .interactive-editor .status {
93-
margin-top: 2px;
93+
margin-top: 4px;
9494
display: flex;
9595
justify-content: space-between;
9696
align-items: center;
@@ -104,6 +104,8 @@
104104
overflow: hidden;
105105
color: var(--vscode-descriptionForeground);
106106
font-size: 11px;
107+
align-self: baseline;
108+
display: flex;
107109
}
108110

109111
.monaco-editor .interactive-editor .status .label.hidden {

0 commit comments

Comments
 (0)