You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two main issues with configuring a number bulleted list using this library.
First, I cannot find a way to change the font of the bullet numbers themselves. They always seem to default to Calibri, even though I've specified Arial in the container itself, as well as the global default font config. I've played around with every config option to no avail.
Second, the spacing for each bullet item does not follow specified config: for example, paragraphSpacingBefore/After config in the bulleted list container does nothing. Additionally, the only way to add new bullets to the list is to include a newline character (\n) in the string(s) I'm trying to display. However, this skews my desired spacing of the bullet points, making them spaced too much with no way to reduce it as previously mentioned with paragraphSpacingBefore/After.
If you guys have any solutions for the above issues, please let me know. Please note that I want to keep all the data within the numbered bullet container, so please do not suggest a workaround to input the data as its own bullet list/text.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have two main issues with configuring a number bulleted list using this library.
First, I cannot find a way to change the font of the bullet numbers themselves. They always seem to default to Calibri, even though I've specified Arial in the container itself, as well as the global default font config. I've played around with every config option to no avail.
Second, the spacing for each bullet item does not follow specified config: for example, paragraphSpacingBefore/After config in the bulleted list container does nothing. Additionally, the only way to add new bullets to the list is to include a newline character (\n) in the string(s) I'm trying to display. However, this skews my desired spacing of the bullet points, making them spaced too much with no way to reduce it as previously mentioned with paragraphSpacingBefore/After.
If you guys have any solutions for the above issues, please let me know. Please note that I want to keep all the data within the numbered bullet container, so please do not suggest a workaround to input the data as its own bullet list/text.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions