Skip to content

Instantly share code, notes, and snippets.

@rolia17
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolia17/7df6a3b6b6fc92f0ca98 to your computer and use it in GitHub Desktop.
Save rolia17/7df6a3b6b6fc92f0ca98 to your computer and use it in GitHub Desktop.
bs3-fullHeight
.table-container {
display: table;
}
.table-container .table-row {
height: 100%;
display: table-row;
}
.table-container .table-row .table-col {
display: table-cell;
float: none;
vertical-align: top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment