Skip to content

Commit a89442f

Browse files
authored
Add padding to inline chat message (microsoft#182988)
1 parent 756bf33 commit a89442f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
.monaco-editor .interactive-editor .status .label {
104104
overflow: hidden;
105105
padding-left: 10px;
106+
padding-right: 4px;
106107
margin-left: auto;
107108
color: var(--vscode-descriptionForeground);
108109
}

0 commit comments

Comments
 (0)