grafana-flowcharting
grafana-flowcharting copied to clipboard
Rule -> Options -> Unit lineheight should be 30px

As you can see from the image, the line-height variable for the text is too low, it's currently set to 18px.

I can't update these lines in the code to style="line-height: 30px", as the change doesn't affect the generated html
https://github.com/algenty/grafana-flowcharting/blob/216be298362fc4f16e5d0d3dd891f3c91219dd8f/src/partials/rules/ruleBody.html#L146-L149
If anyone knows how to update the lines of code, such that the generated html includes the line-height override, it will fix the issue.

