Skip to content

Commit abea5ff

Browse files
committed
camelCase
1 parent 4918855 commit abea5ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ const assistantChatFixesStyles = css({
9292
marginTop: '4px',
9393
},
9494
blockquote: {
95-
'line-height': 0,
95+
// remove the 3x line height that these take up by default
96+
lineHeight: 0,
9697
margin: 0,
9798
borderLeftWidth: spacing[100],
9899
borderLeftStyle: 'solid',

0 commit comments

Comments
 (0)