Skip to content

Commit df75e71

Browse files
committed
add some padding to MD message, restore right alignment of status label
1 parent 193bec8 commit df75e71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
.monaco-editor .interactive-editor .status .label {
104104
overflow: hidden;
105105
padding-left: 10px;
106+
margin-left: auto;
107+
}
108+
109+
.monaco-editor .interactive-editor .markdownMessage {
110+
padding-top: 10px;
106111
}
107112

108113
.monaco-editor .interactive-editor .markdownMessage.hidden {

0 commit comments

Comments
 (0)