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

FormColumns Mixin Width Calculation #342

Closed
stuartflanagan opened this issue Sep 30, 2011 · 1 comment
Closed

FormColumns Mixin Width Calculation #342

stuartflanagan opened this issue Sep 30, 2011 · 1 comment

Comments

@stuartflanagan
Copy link

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));

?

@mdo
Copy link
Member

mdo commented Oct 4, 2011

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.

@mdo mdo closed this as completed Oct 4, 2011
DocX pushed a commit to DocX/bootstrap that referenced this issue Sep 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants