commit | 08bfd40ee4d5286e932b007f5fbf80175da999ab | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Jan 23 10:05:17 2019 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Jan 23 10:05:17 2019 +0100 |
tree | 90f314ca9e312dcf52bbd6400f2f7aba1cc072de | |
parent | 9c1a3d2c41a4fa3ee5b63b38e2e7cb1442e6ccf5 [diff] |
derekovecs: fix classic ca table width after "close details"
diff --git a/templates/index.html.ep b/templates/index.html.ep index f2da9b4..461d5b4 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep
@@ -342,7 +342,7 @@ $("#ccd").css('width', 'auto'); } else { columns.visible(false); - $("#ccd").css('width', '450px'); + $("#ccd").css('width', '680px'); } classicCollocatorTable.columns.adjust().draw(); } );