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

Collapsing animation cuts left of content when containing a row #9078

Closed
mijamo opened this issue Aug 5, 2013 · 3 comments
Closed

Collapsing animation cuts left of content when containing a row #9078

mijamo opened this issue Aug 5, 2013 · 3 comments
Labels

Comments

@mijamo
Copy link

mijamo commented Aug 5, 2013

When the collapsable element is wrapped in a "row" class, the very left part of the element is cut during the animation.

Ex :

<a data-toggle="collapse" data-target="#demo">collapse</a>
<div id="demo" class="collapse in">
<div class="row">
<h1>Some title</h1>
<p>Some content</p>
</div>
</div>

tested with Bootstrap 3 RC1, IE9 &FF22

@cvrebert
Copy link
Collaborator

cvrebert commented Aug 5, 2013

@mijamo Please re-check against the HEAD of 3.0.0-wip; a lot has changed in git since RC 1.

@mdo
Copy link
Member

mdo commented Aug 5, 2013

Closing as a dupe of #9077.

@mdo
Copy link
Member

mdo commented Aug 12, 2013

Btw, this happens because you're misusing the .row—it's only for use with grid columns. Any content within will be negative indented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants