Skip to content

Commit 128c499

Browse files
authored
1 parent 4594a1b commit 128c499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
display: flex;
6969
justify-content: space-between;
7070
align-items: center;
71+
margin-top: 3px; /*makes space for action focus borders: https://github.com/microsoft/vscode-copilot/issues/5814 */
7172
}
7273

7374
.monaco-workbench .inline-chat .status .actions.hidden {
@@ -142,6 +143,7 @@
142143

143144
.monaco-workbench .inline-chat .status .actions {
144145
display: flex;
146+
padding-top: 3px;
145147
}
146148

147149
.monaco-workbench .inline-chat .status .actions > .monaco-button,

0 commit comments

Comments
 (0)