-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
add min-width to container #18746
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
Comments
|
There is even a browser for android wear out there. I don't know how relevant those smaller screen sizes are. My idea is: if a site isn't optimized for these screens they'll look broken. With a min-width in place there will have to scroll horizontally but the layout would probably be fine. |
browser/OS/device manufacturers set their ideal viewport (what you get when doing |
Not going to be adding this—v3 managed without it for the last 2.5 years so should be fine :). |
@mdo I have been looking for a fix to the xs-1 xs-11 wrap issue since the past two days and all I found is people saying that this is unrealistic and highly improbable layout usage, which is wrong, people can avoid this for sure but there should be a workaround to it. |
The grid can currently be pushed to 1px width. This probably does not happen in the wild and can only be accomplished using dev tools, however it probably wouldn't hurt to define an absolute minimum size for the grid system so that it is impossible to get an untested broken layout because the viewport width was too small.
I suggest 320px min-width on the container as this is the width of the iphone <= 5. Also, according to these stats, there is nothing smaller.
The text was updated successfully, but these errors were encountered: