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.
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.