grafana-flowcharting icon indicating copy to clipboard operation
grafana-flowcharting copied to clipboard

Rule -> Options -> Unit lineheight should be 30px

Open pauljones0 opened this issue 2 years ago • 0 comments

image

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

image

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.

image

image

pauljones0 avatar Apr 10 '23 16:04 pauljones0