-
is there any way to set button height? i tried everything even manually editing the values via dev tools but no avail. |
Beta Was this translation helpful? Give feedback.
Answered by
ivanjx
Jul 21, 2023
Replies: 2 comments
-
You need to set the height on the actual button elements inside the shadow DOM of the web component. You can target that from CSS like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks for the answer but i found a better solution to just use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ivanjx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for the answer but i found a better solution to just use
<FluentButton style="height: auto">