Fix wrapping in changeset lists properly.

This commit is contained in:
Tom Hughes 2009-05-30 13:50:21 +00:00
parent 7588ece84f
commit 7a925ff1d9
2 changed files with 13 additions and 6 deletions

View file

@ -199,9 +199,16 @@ body {
width: 100%;
}
#changeset_list .comment {
width: 60%;
max-width: 60%;
#changeset_list .date {
white-space: nowrap;
}
#changeset_list .user {
white-space: nowrap;
}
#changeset_list .area {
white-space: nowrap;
}
#changeset_list.th {