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:
@@ -523,10 +523,6 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.changeTable .cPROJECT {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.changeTable .cLastUpdate {
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
|
Reference in New Issue
Block a user