uwblueprint / sistering

Sistering's volunteer scheduling and management web application.
https://volunteer.sistering.org
8 stars 0 forks source link

Changing font removes bulleted/numbered list formatting from Role Description #280

Open JoshuaYe opened 2 years ago

JoshuaYe commented 2 years ago

Description

When user changes the font of a bulleted/numbered list in the Role Description textbox, the font changes correctly but the bullet points/numbers disappear.

Acceptance Criteria

When user changes the font of a bulleted/numbered list in the Role Description textbox, the font changes correctly and the bullet points/numbers remain.

Technical

Go to frontend\src\components\common\RichText\RichTextField.tsx. Look at how/why the font size changes to Body when a numbered/ordered list is active. Apply the current font size to the numbered/ordered list instead. We should be able to create lists with the Heading and Caption fonts.

LenaNguyen commented 2 years ago

@JoshuaYe Spoke with Albert and he said that he confirmed with Amanda that this behaviour is okay