Skip to content

Instantly share code, notes, and snippets.

@ericrius1
Created February 6, 2014 01:34
Show Gist options
  • Save ericrius1/8836910 to your computer and use it in GitHub Desktop.
Save ericrius1/8836910 to your computer and use it in GitHub Desktop.
A Pen by A Non Ymous.
.table
.row
.col A
.col
.name=new Array(99).join(' aaa')
.email=new Array(99).join(' bbb')
.col B
.row
.col A
.col
.name Marty
.col B
.table
display table
table-layout fixed
width 100%
border 1px solid #333
.row
display table-row
.col
display table-cell
position relative
height 30px
border-right 1px solid #333
&:first-child
&:last-child
width 30px
&:last-child
border-right none
.name
.email
overflow ellipsis
width 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment