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 forms.less noticed that in the mixin .formColumns
width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1));
Should this be:
width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridGutterWidth - 10) * (@columnSpan - 1));
?
The text was updated successfully, but these errors were encountered:
Not that I'm aware of. You can check out all the sizes in the dev branch to be sure though, but it looks right to me.
Sorry, something went wrong.
Merge pull request twbs#342 from glebm/fix-sprockets
0e70e17
fix sprockets config
No branches or pull requests
in forms.less noticed that in the mixin .formColumns
width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1));
Should this be:
width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridGutterWidth - 10) * (@columnSpan - 1));
?
The text was updated successfully, but these errors were encountered: