Skip to content
Merged
Prev Previous commit
Next Next commit
Remove removal of extra padding
  • Loading branch information
kraenhansen committed Dec 17, 2025
commit 467e057f7fe478140547809ebe9266ae32c6d4a4
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ const assistantChatFixesStyles = css({
listStyleType: 'decimal',
},

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