Fix wrapping in changeset lists properly.
This commit is contained in:
parent
7588ece84f
commit
7a925ff1d9
2 changed files with 13 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue