scss/roojs-bootstrap/table.scss
[roojs1] / scss / roojs-bootstrap / table.scss
index 6d31e06..1ce8636 100644 (file)
 .table-body-fixed thead > tr> th {
   float: left;
   border-bottom-width: 0;
+  /* long headers? and body ?*/
+  overflow: hidden;
+  white-space: nowrap;
+      text-overflow: ellipsis;
+
 }
 
 /* fake infinate widt.. */