Remove no-wrap from project/branch fields in ChangeTable(2)

This makes Gerrit very difficult to use on narrow screens, so
allow project names to wrap.

Most installs use project names like "foo/bar/baz" which wraps
nicely at the slash [/]. Spaces [ ] or dashes [-] should also
provide sane wrap points.

Left the classes in place, in case we want to style them in the
future or anyone already had customizations using them.

Change-Id: Ia92bc6829541b694e39bdd603cb4c685b2cd8791
This commit is contained in:
Chad Horohoe
2012-10-09 08:45:48 -04:00
parent d1d1c08c79
commit 51735e1977

View File

@@ -523,10 +523,6 @@
white-space: nowrap;
}
.changeTable .cPROJECT {
white-space: nowrap;
}
.changeTable .cLastUpdate {
white-space: nowrap;
text-align: right;