Skip to content

Commit a8266cd

Browse files
authored
Give padding in refs list when file icons disabled (microsoft#229891)
1 parent 4ec35c8 commit a8266cd

File tree

1 file changed

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

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,15 @@ have to be updated for changes to the rules above, or to support more deeply nes
960960
border: 1px solid var(--vscode-chat-requestBorder);
961961
border-radius: 4px;
962962
margin-bottom: 8px;
963-
padding: 4px 6px;
963+
}
964+
965+
.interactive-response-progress-tree,
966+
.interactive-session .chat-used-context-list {
967+
padding: 4px 3px;
968+
969+
.monaco-icon-label {
970+
padding: 0px 3px;
971+
}
964972
}
965973

966974
.interactive-item-container .chat-notification-widget {

0 commit comments

Comments
 (0)