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
The issue arises when a button's parent container has a smaller width than the button itself. In such cases, the button's text wraps, leading to an undesirable appearance and misaligned layout.
Current Behavior:
When the button's text wraps due to insufficient parent container width, the button's design becomes inconsistent and visually unappealing.
Desired Behavior:
The button should maintain a minimum width to prevent text wrapping.
The button should not shrink below its minimum width even if the parent container has limited space.
Note:
This fix could potentially be a breaking change for the Button component, as it may impact existing layouts that rely on the current behavior.
The text was updated successfully, but these errors were encountered:
The issue arises when a button's parent container has a smaller width than the button itself. In such cases, the button's text wraps, leading to an undesirable appearance and misaligned layout.
Current Behavior:
When the button's text wraps due to insufficient parent container width, the button's design becomes inconsistent and visually unappealing.
Desired Behavior:
The button should maintain a minimum width to prevent text wrapping.
The button should not shrink below its minimum width even if the parent container has limited space.
Note:
This fix could potentially be a breaking change for the Button component, as it may impact existing layouts that rely on the current behavior.
The text was updated successfully, but these errors were encountered: