scss/roojs-bootstrap/table.scss
authorAlan Knowles <alan@roojs.com>
Fri, 9 Jul 2021 05:59:22 +0000 (13:59 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Jul 2021 05:59:22 +0000 (13:59 +0800)
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.. */