You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because ActionIcon has display: flex. The html default for buttons is inline-block. As far as I can tell, this is mainly so that it can center its content properly. In that case, perhaps using inline-flex would be closer to the default html behavior for buttons.
Link to the page where something isn't quite right
No response
Exact quote of what is wrong
It is pretty simple to reproduce.
In any page.svelte write
The second icon (or anything) goes to a new line.
Are you willing to create pull request with the fix?
Yes
The text was updated successfully, but these errors were encountered: