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
Describe the Bug ion-button inherits the width var set in the ion-menu component, breaking any usage of the button inside the menu. Specifically in toolbars/header components, because the button now has the same width as the sidemenu.
Expected Behavior
Resolve the name conflict either by renaming the menu's --width to --menu-width or ensure that variable does not propagate down
The text was updated successfully, but these errors were encountered:
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
ion-button
inherits thewidth
var set in theion-menu
component, breaking any usage of the button inside the menu. Specifically in toolbars/header components, because the button now has the same width as the sidemenu.Expected Behavior
Resolve the name conflict either by renaming the menu's --width to --menu-width or ensure that variable does not propagate down
The text was updated successfully, but these errors were encountered: