We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819d02c commit 6ab7bd7Copy full SHA for 6ab7bd7
src/vs/workbench/contrib/chat/browser/chatContentParts/media/chatPullRequestContent.css
@@ -9,7 +9,7 @@
9
}
10
11
.chat-pull-request-content-part .container {
12
- padding: 16px 16px 8px;
+ padding: 12px 12px 8px;
13
display: flex;
14
flex-direction: row;
15
@@ -29,7 +29,7 @@
29
30
gap: 4px;
31
font-size: large;
32
- padding-bottom: 10px;
+ padding-bottom: 2px;
33
margin: unset;
34
35
@@ -43,6 +43,10 @@
43
44
45
46
+.chat-pull-request-content-part .author {
47
+ padding-bottom: 8px;
48
+}
49
+
50
.chat-pull-request-content-part .description {
51
display: -webkit-box;
52
line-clamp: 2;
0 commit comments