Created
March 20, 2017 21:57
-
-
Save oshingc/8cc0cfe7dbb66067a79cea1b062ed4f8 to your computer and use it in GitHub Desktop.
Templates
This file contains 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
.table | |
{ | |
display:table; | |
} | |
.table-row | |
{ | |
display:table-row; | |
} | |
.table-cell | |
{ | |
display:table-cell; | |
} |
This file contains 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
<span class="col-xs-10 canary-text canary-box"> | |
<div class="table" > | |
<div class="table-row"> | |
<div class="table-cell">1</div> | |
<div class="table-cell">2222222222222222222222222></div> | |
</div> | |
<div class="table-row"> | |
<div class="table-cell">33333 </div> | |
<div class="table-cell">4444444444</div> | |
</div> | |
<div class="table-row"> | |
<div class="table-cell">5</div> | |
<div class="table-cell">6</div> | |
</div> | |
</div> | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment