Skip to content

Commit a93947d

Browse files
committed
fix padding in thinking part
1 parent c945bef commit a93947d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatThinkingContent.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
overflow: hidden;
3131

3232
.chat-tool-invocation-part {
33-
padding: 3px 12px 4px 18px;
33+
padding: 4px 12px 4px 18px;
3434
position: relative;
3535

3636
.chat-used-context {
@@ -79,7 +79,7 @@
7979
}
8080

8181
.chat-thinking-item.markdown-content {
82-
padding: 5px 12px 6px 24px;
82+
padding: 6px 12px 6px 24px;
8383
position: relative;
8484
font-size: var(--vscode-chat-font-size-body-s);
8585

0 commit comments

Comments
 (0)