-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
col-*-push-0 col-*-pull-0 #12854
Comments
I found the solution to the problem and fixed the code and will request the pull soon. |
I committed the fix and set a pull request as #12863. |
mdo
added a commit
that referenced
this issue
Mar 4, 2014
Fix for issue #12854 on push and pull resets
Fixed in #12863. |
Thanks. |
Closed
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly. To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%.
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
Fix for issue twbs#12854 on push and pull resets
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see a wired situation in resting the pulls and pushes that is explained here:
http://stackoverflow.com/questions/22040210/bootstrap-layout-logically-correct-but-renders-weird/22041828#22041828
The text was updated successfully, but these errors were encountered: