Skip to content

Commit

Permalink
Merge pull request #200606 from microsoft/roblou/reduced-amphibian
Browse files Browse the repository at this point in the history
Fix ChatAgentTask placeholder styling
  • Loading branch information
roblourens authored Dec 12, 2023
2 parents 72cb92f + df9f2a1 commit 3648016
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vs/workbench/contrib/chat/browser/media/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,11 @@
.interactive-item-container .value .interactive-response-placeholder-content {
color: var(--vscode-editorGhostText-foreground);
font-size: 12px;
margin-bottom: 16px;
}

.interactive-item-container .value .interactive-response-placeholder-content p {
margin: 0;
}

.interactive-response .interactive-response-codicon-details {
Expand Down

0 comments on commit 3648016

Please sign in to comment.