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
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info
Describe the Bug
Adding href to an ion-button with expand="block" adds extra width to ion-button
Steps to Reproduce
Steps to reproduce the behavior:
<ion-button expand="block" href="#">Button</ion-button>
inside a max width wrapper.Related Code
https://codepen.io/corysmc/pen/NBqzJe
Expected Behavior
Should be the same size button with or without the href.
The text was updated successfully, but these errors were encountered: