Flyout Buttons with Different Font Size are Not Rendered Correctly #2793
Labels
component: rendering
component: toolbox/flyout
issue: bug
Describes why the code or behaviour is wrong
Milestone
Describe the bug
Flyout buttons accept classes. If you give this class a font-size that is different from the standard one, the button does not render correctly.
To Reproduce
Steps to reproduce the behavior:
<button text="test" callbackKey="" web-class="customFlyoutButton"></button>
Expected behavior
The flyout button should render to have the correct padding around the text, regardless of the height of the text.
Screenshots
Desktop (please complete the following information):
Additional context
Thematically related to #2649, but the code is unrelated.
This line is the root of the problem.
The text was updated successfully, but these errors were encountered: