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
In "Grid system" - under : http://twitter.github.com/bootstrap/customize.html#variables
Set those parameters like this : @gridGutterWidth: 0px @gridGutterWidth1200: 0px @gridGutterWidth768: 0px
Try to extend from a mobile size to 1800+, in some case it's perfectly working - in some the spanX margin-left is still there.
The code doesn't have to be "special" to see this bug, it's just a basic row-fluid with some spanX inside.
The text was updated successfully, but these errors were encountered:
For now we'll punt this—v3 is bringing a new grid.
Sorry, something went wrong.
No branches or pull requests
In "Grid system" - under :
http://twitter.github.com/bootstrap/customize.html#variables
Set those parameters like this :
@gridGutterWidth: 0px
@gridGutterWidth1200: 0px
@gridGutterWidth768: 0px
Try to extend from a mobile size to 1800+, in some case it's perfectly working - in some the spanX margin-left is still there.
The code doesn't have to be "special" to see this bug, it's just a basic row-fluid with some spanX inside.
The text was updated successfully, but these errors were encountered: