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
When the button switches to full-width and it uses icons, it should keep the spacing between the icon and the text to 8px according to the specification on the design pattern.
Steps to Reproduce
Open precise-ui kitchen sink.
Check Button component.
Add icon to it.
Resize the screen to mobile view.
Expected behavior:
The spacing between the icon and the text is 8px;
Actual behavior:
The spacing between the icon and the text is fluid (space-between) and it grows when the buttons grows in width.
The text was updated successfully, but these errors were encountered:
Bug Report
Prerequisites
Versions
v1.3.0
Description
When the button switches to full-width and it uses icons, it should keep the spacing between the icon and the text to 8px according to the specification on the design pattern.
Steps to Reproduce
Button
component.Expected behavior:
The spacing between the icon and the text is 8px;
Actual behavior:
The spacing between the icon and the text is fluid (space-between) and it grows when the buttons grows in width.
The text was updated successfully, but these errors were encountered: