# HG changeset patch # User Marcin Kuzminski # Date 2018-10-26 14:10:01 # Node ID fff406e2f876aec8352f7717bf79b9725aaeb346 # Parent 073194878474f207fb770afe0fe7d8b8ded29bb8 datagrids: don't expand over the site width. diff --git a/rhodecode/public/css/tables.less b/rhodecode/public/css/tables.less --- a/rhodecode/public/css/tables.less +++ b/rhodecode/public/css/tables.less @@ -139,7 +139,7 @@ table.dataTable { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - max-width: 450px; + max-width: 350px; } } diff --git a/rhodecode/templates/index_base.mako b/rhodecode/templates/index_base.mako --- a/rhodecode/templates/index_base.mako +++ b/rhodecode/templates/index_base.mako @@ -50,13 +50,13 @@
-
+
-
+