Skip to content

Commit 40df172

Browse files
authored
prompt attachments: fix type margin (#251405)
1 parent e5dc1e8 commit 40df172

File tree

1 file changed

+1
-1
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
11261126
.chat-attached-context-attachment .prompt-type {
11271127
opacity: 0.7;
11281128
font-size: .9em;
1129-
margin-left: 0.5px;
1129+
margin-left: 0.5em;
11301130
}
11311131
.chat-attached-context-attachment.warning {
11321132
color: var(--vscode-notificationsWarningIcon-foreground);

0 commit comments

Comments
 (0)