Fix #6864 - dynamicall adding columns
[roojs1] / scss / roojs-bootstrap / table.scss
index 6d31e06..cf339c1 100644 (file)
     min-height: 0;
 }
 
-.table .sortable {
+.table .sortable
+{
     cursor: pointer;
+    i.fa-arrow-up,
+    i.fa-arrow-down
+    {
+         margin-right: 6px;
+    }
 }
 
 .table-body-fixed tbody {
 
 .table-body-fixed tbody td, 
 .table-body-fixed thead > tr> th {
-  float: left;
-  border-bottom-width: 0;
+    float: left;
+    border-bottom-width: 0;
+    /* long headers? and body ?*/
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+
 }
 
 /* fake infinate widt.. */