Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pauljones0 opened this issue Apr 10, 2023 · 0 comments
Open

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

pauljones0 opened this issue Apr 10, 2023 · 0 comments

Comments

@pauljones0
Copy link

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

<div class="gf-form-dropdown-typeahead width-12" ng-model="rule.dataUnit"
dropdown-typeahead2="editor.unitFormats"
dropdown-typeahead-on-select="editor.setUnitFormat(rule, $subItem)"></div>
</div>

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant