How to overwrite or reset btn-block for responsive design #4096
Replies: 1 comment
-
<button class="btn max-lg:btn-block">Hello</button> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a button which on small screens takes the full width using
btn-block
. For other resolutions I want the button to use the default size.How can I basically reset the
btn-block
class?I have fixed it so far with my own class:
Beta Was this translation helpful? Give feedback.
All reactions