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
Hi @roblevintennis I am not sure exact what the issue you are facing. But from above context I get that you are trying to get square button with "longer text" but it did not takes the width (like cuts off), right?
If case is as mention above then I think you cannot write longer text in button (then obviously it becomes rectangle).
so button preserves its shape so you can add normal Icons in button text and then it will be perfectly
circle
square
Squircle
If you need to define the corners you can use
button-rounded (for slightly rounded corners)
button-pill (for pill or half circle on left-right edge)
Hope this clears the doubt, If not can you please provide more context so I can understand it from you perspective and fix it.
Thanks.
Button square (and possibly other shapes) have a hard coded width so they don't grow to text content.
The text was updated successfully, but these errors were encountered: