Skip to content

Commit f4b2b24

Browse files
authored
Topmost comment info bottom border missing (#8067)
Fixes #8031
1 parent fd96ed0 commit f4b2b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webviews/editorWebview/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ body .comment-container.review {
155155
position: relative;
156156
}
157157

158-
body #main>.comment-container>.review-comment-container>.review-comment-header:not(:nth-last-child(2)) {
158+
body #main .comment-container>.review-comment-container>.review-comment-header:not(:nth-last-child(2)) {
159159
border-bottom: 1px solid var(--vscode-editorHoverWidget-border);
160160
}
161161

0 commit comments

Comments
 (0)