Created
May 4, 2017 18:36
-
-
Save ianrodrigues/72b6138857ecd953862727ef55ea03a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container-fluid"> | |
<div class="board-canvas"> | |
<div class="board-column board-height-full"> <!-- height 100% funciona --> | |
<div class="panel panel-primary"> | |
<div class="panel-heading"> | |
<h3 class="panel-title">Panel primary</h3> | |
</div> | |
<div class="panel-body board-height-full board-column-canvas"> <!-- height 100% NÃO funciona --> | |
Panel content | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment