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
When I implemented this amazing library it looked like this because of one thing!
Because the widget div isn't taking the full width.
The solution would be to add the following styles to the parent div
.s3direct { display: block; width: 100%; margin-bottom: 1em; // Optional: to make it look less crumpled }
And now it looks like this
I'm not sure if this is a problem for you, but hopefully, it helps someone.
Would make a pull request if you think it is worth it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I implemented this amazing library it looked like this because of one thing!
Because the widget div isn't taking the full width.
The solution would be to add the following styles to the parent div
And now it looks like this
I'm not sure if this is a problem for you, but hopefully, it helps someone.
Would make a pull request if you think it is worth it
The text was updated successfully, but these errors were encountered: