We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried playing with styles as the README said, and I'm getting this
The issue is that the button, the <small> element is not moving accordingly.
<small>
.switch { width: 100%; } .switch small { } .switch.checked { width: 100%; } .switch.checked small { }
Should I also re-styled the button or I need to mess with the directive?
The text was updated successfully, but these errors were encountered:
That's the width of your container Keep it inside a smaller container or add a
.switch{ width: 120px; }
Sorry, something went wrong.
No branches or pull requests
I tried playing with styles as the README said, and I'm getting
this
The issue is that the button, the
<small>
element is not moving accordingly.Should I also re-styled the button or I need to mess with the directive?
The text was updated successfully, but these errors were encountered: