Skip to content

Instantly share code, notes, and snippets.

@capaj
Created January 8, 2014 10:11
Show Gist options
  • Save capaj/8314551 to your computer and use it in GitHub Desktop.
Save capaj/8314551 to your computer and use it in GitHub Desktop.
bootstrap nested rows with offset for comments
<div class="row show-grid">
<div class="col-md-12">
Parent comment
<div class="row show-grid">
<div class="col-md-1" style="visibility: hidden;">
</div>
<div class="col-md-11">
Child comment
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment