##// END OF EJS Templates
ui: make the admin grids display nicer withour wrapping users/emails.
marcink -
r4093:8f9ac57b default
parent child Browse files
Show More
@@ -29,6 +29,16 b' table.dataTable {'
29 29 font-style: normal;
30 30 }
31 31
32 .td-user {
33 .rc-user {
34 white-space: nowrap;
35 }
36 }
37
38 .td-email {
39 white-space: nowrap;
40 }
41
32 42 th,
33 43 td {
34 44 height: auto;
General Comments 0
You need to be logged in to leave comments. Login now