Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ const assistantChatFixesStyles = css({
fontSize: '13px',
lineHeight: '15px',
marginTop: '4px',
// DE has reset css that sets all font weights to 400
fontWeight: 700,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also tackle blockquotes while we're at it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't get them to work. They are calculated as height: 60px no matter what I do. Will probably address in a separate PR.

},
/** h1 -> h3 styling */
h1: {
Expand Down
Loading