Skip to content
New issue

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

Wrong use of css width attribute with bootstrap #53

Open
culpinnis opened this issue Feb 26, 2020 · 0 comments
Open

Wrong use of css width attribute with bootstrap #53

culpinnis opened this issue Feb 26, 2020 · 0 comments

Comments

@culpinnis
Copy link
Collaborator

Issue

There are several misuses of the width argument in combination with the bootstrap framework.
For example in:

column(width = 6, style="width:50%",

This breaks bootstraps responsible design.

Steps to reproduce

Resize browser window.
image
The breakdown occurs too late (when the content is twice the button/column size).

Possible solution

Use a width of 3 instead of 50% 6 and a button style of width:100 to fit them into the column. This will preserve bootstraps ability to break the row when necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant