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
Buttons using the class .btn are set to white-space: nowrap; (boldgrid-theme-framework/assets/css/components.min.css) and have an explicit height (crio/css/buttons.css).
Ideally, we would set this to wrap, and use min-height instead of height.
To Reproduce
Steps to reproduce the behavior:
Create a button with a long anchor text and view it on mobile.
Expected behavior
The entire link text should be visible, wrap, and the button background should expand to the size of the text.
Screenshots
Current:
Proposed with min-height and normal white-space:
The text was updated successfully, but these errors were encountered:
Describe the bug
Buttons using the class .btn are set to white-space: nowrap; (boldgrid-theme-framework/assets/css/components.min.css) and have an explicit height (crio/css/buttons.css).
Ideally, we would set this to wrap, and use min-height instead of height.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The entire link text should be visible, wrap, and the button background should expand to the size of the text.
Screenshots
Current:
Proposed with min-height and normal white-space:
The text was updated successfully, but these errors were encountered: