Button icon size and position with multiline text?

with the button component, with multiline text, the icon is resized and the position is not good.
Is there any style properties to better adjust icon size and position in this case ?

image

image

image

try to set grow, shrink, and basis like below

image

I don't want to change the button size, but to keep a multi line text with a correct icon

You can increase the width and height of the icon.
And add a paddingLeft to the whole button
(exaggerated example)

2 Likes

Thanks :+1: