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
We currently predefine the width of the buttons (i.e. setting the width as 120px with CSS), however, we should instead set padding of buttons and let the element decide what its width would be depending on the provided children to Button component and the defined paddings. When displaying the spinner, the button should stay at the same width as if the text was visible instead of shrinking its width down.
The text was updated successfully, but these errors were encountered:
We currently predefine the width of the buttons (i.e. setting the width as 120px with CSS), however, we should instead set padding of buttons and let the element decide what its width would be depending on the provided children to Button component and the defined paddings. When displaying the spinner, the button should stay at the same width as if the text was visible instead of shrinking its width down.
The text was updated successfully, but these errors were encountered: