Skip to content

Commit d848ebe

Browse files
authored
inline chat: fix info label placement (microsoft#208424)
1 parent 2c28cd7 commit d848ebe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
font-size: 11px;
6363
align-self: baseline;
6464
padding-left: 10px;
65+
display: inline-flex;
66+
}
67+
68+
.monaco-workbench .inline-chat .status .label.info {
69+
margin-right: auto;
70+
padding-left: 2px;
71+
}
72+
73+
.monaco-workbench .inline-chat .status .label.status {
6574
margin-left: auto;
6675
}
6776

0 commit comments

Comments
 (0)