Skip to content

Commit d5a4221

Browse files
committed
Remove removal of extra padding
1 parent 60eafd5 commit d5a4221

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/compass-assistant/src/components/assistant-chat.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ const assistantChatFixesStyles = css({
4242
listStyleType: 'decimal',
4343
},
4444

45-
// Remove extra padding
46-
'> div, > div > div, > div > div > div, > div > div > div': {
47-
height: '100%',
48-
padding: 0,
49-
},
5045
// This is currently set to 'pre-wrap' which causes list items to be on a different line than the list markers.
5146
'li, ol': {
5247
whiteSpace: 'normal',

0 commit comments

Comments
 (0)