about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/static/new/css/trait_list.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/wqflask/wqflask/static/new/css/trait_list.css b/wqflask/wqflask/static/new/css/trait_list.css
index 6d49f009..ce3075d4 100644
--- a/wqflask/wqflask/static/new/css/trait_list.css
+++ b/wqflask/wqflask/static/new/css/trait_list.css
@@ -51,22 +51,3 @@ div.dts div.dataTables_scrollBody table {
 div.dts div.dataTables_paginate,div.dts div.dataTables_length{
     display:none
 }
-
-/* This is the important CSS */
-table.dataTable {
-    table-layout: fixed;
-    width: 100%;
-    white-space: nowrap;
-    overflow: hidden;
-}
-
-table.dataTable th {
-    white-space: nowrap;
-    overflow: hidden;
-}
-
-table.dataTable td {
-    white-space: nowrap;
-    overflow: hidden;
-    text-overflow: ellipsis;
-}
\ No newline at end of file