Mucking with table word breaking
authorCharles Connell <charles@connells.org>
Tue, 1 Apr 2014 21:22:35 +0000 (17:22 -0400)
committerCharles Connell <charles@connells.org>
Tue, 1 Apr 2014 21:22:35 +0000 (17:22 -0400)
karmaworld/assets/css/global.css

index 8f13de23334005517b5d058d92352627e7ca2a8d..76ae7e5d9890223fb61dd67666e6c814f13e790d 100644 (file)
@@ -135,6 +135,8 @@ span.table-thanks-count {
 table.dataTable {
   margin-bottom: 30px;
   border: none;
+  word-wrap: break-word;
+  table-layout: fixed;
 }
 
 table.dataTable div.table-entry-first-line {