# HG changeset patch # User Marcin Kuzminski # Date 2019-11-22 10:07:55 # Node ID 8f9ac57b769141c40ebd3dba0a9f66f15fa9c4da # Parent 7d375010fa28577c1941c56dc8d755f57a3f775f ui: make the admin grids display nicer withour wrapping users/emails. 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 @@ -29,6 +29,16 @@ table.dataTable { font-style: normal; } + .td-user { + .rc-user { + white-space: nowrap; + } + } + + .td-email { + white-space: nowrap; + } + th, td { height: auto;