Hi,
Can someone tell me please how to change the font size of entity labels?
Thank you
Anna
Hi,
Can someone tell me please how to change the font size of entity labels?
Thank you
Anna
The default font size of the entity labels is relative to the font size of the regular text (so they're sized proportionally). The easiest way to change it would be to add something like this to the global_css
in your config:
"global_css": ".prodigy-content mark span { font-size: 20px }"