SyntaxFix
Write A Post
Hire A Developer
Questions
You just need to add 'table-layout: fixed;'
.table { display: table; height: 100px; width: 100%; table-layout: fixed; }
http://www.w3schools.com/cssref/pr_tab_table-layout.asp