Replies: 2 comments
-
I think the issue here is that the button defines a min-width and so the layout constraints cannot be resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The problem e.g. for the fluent button on this example. We have a min-width of 32px. And on icon only we have 20px width for the icon, left-padding of 12px and right-padding also 12px (regarding to the fluent design guidelines) what makes 44px. But I think on default icon only buttons are square. So maybe if no text is set we can adjust the padding that e.g. the fluent button has a size of 32px * 32px. What do you think? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
and icon
settings.svg.zip
draw such items - is this expected or this is a bug?

Quite strange that only witdth is exceeded, because image is square
Beta Was this translation helpful? Give feedback.
All reactions