# HG changeset patch # User domruf # Date 1498502869 -7200 # Node ID ca4ab5047f74b0e45ec2d6f2bc9c417e6db92e00 # Parent 789de118156b0a561d667d6d8b437f88e3c996f9 templates: jQuery DataTables need explicit width="100%" for resizing to work correctly With Firefox, the resizing worked when making the browser window smaller, but not when when making the browser window larger. With Chrome and other browsers, neither worked. https://datatables.net/examples/basic_init/flexible_width.html says something about this. Follow their ugly advice and add explicit width to the templates. diff -r 789de118156b -r ca4ab5047f74 kallithea/templates/admin/my_account/my_account_repos.html --- a/kallithea/templates/admin/my_account/my_account_repos.html Thu Jun 29 23:17:15 2017 +0200 +++ b/kallithea/templates/admin/my_account/my_account_repos.html Mon Jun 26 20:47:49 2017 +0200 @@ -1,7 +1,7 @@

${_('Repositories You Own')}

-
+