Skip to content

Commit 6ab7bd7

Browse files
authored
Adjust spacing on PR card (microsoft#258995)
1 parent 819d02c commit 6ab7bd7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/vs/workbench/contrib/chat/browser/chatContentParts/media/chatPullRequestContent.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
.chat-pull-request-content-part .container {
12-
padding: 16px 16px 8px;
12+
padding: 12px 12px 8px;
1313
display: flex;
1414
flex-direction: row;
1515
}
@@ -29,7 +29,7 @@
2929
display: flex;
3030
gap: 4px;
3131
font-size: large;
32-
padding-bottom: 10px;
32+
padding-bottom: 2px;
3333
margin: unset;
3434
}
3535

@@ -43,6 +43,10 @@
4343
font-size: large;
4444
}
4545

46+
.chat-pull-request-content-part .author {
47+
padding-bottom: 8px;
48+
}
49+
4650
.chat-pull-request-content-part .description {
4751
display: -webkit-box;
4852
line-clamp: 2;

0 commit comments

Comments
 (0)