Replies: 1 comment
-
If you use the The reason for this is because we wanted the tooltips to work even for disabled buttons (so you can explain users why is it disabled). Therefore you need to do the It is documented here https://havit.blazor.eu/components/HxButton#tooltip-wrapper-and-css-classes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Adding the
Tooltip
property to aHxButton
prevents the button from filling the available width.Working example without Tooltip:
Non-working example with Tooltip:
Is a fix for this possible? Or perhaps even a workaround?
Beta Was this translation helpful? Give feedback.
All reactions