Skip to content

Commit 69de2be

Browse files
authored
fix coding agent timeline border misposition (microsoft#264065)
fix timeline border misposition
1 parent 70e7eae commit 69de2be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
.chat-sessions-tree-container .chat-session-item .timestamp-container.timestamp-duplicate::before {
166166
content: ' ';
167167
position: absolute;
168+
top: 0px;
168169
right: 10px;
169170
border-right: 1px solid currentColor;
170171
display: block;

0 commit comments

Comments
 (0)