Skip to content

Commit e1a8feb

Browse files
authored
Update padding in chat welcome component for improved layout (microsoft#300735)
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
1 parent d8c1693 commit e1a8feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/sessions/contrib/chat/browser/media/chatWelcomePart.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
height: 100%;
1313
box-sizing: border-box;
1414
overflow: hidden;
15-
padding: 0 12px 10% 12px;
15+
padding: 0 12px 48px 12px;
1616
container-type: size;
1717
}
1818

0 commit comments

Comments
 (0)