Stop long changeset comments causing other fields to get split over

multiple lines.
This commit is contained in:
Tom Hughes 2009-05-30 13:38:17 +00:00
parent ddde8689a6
commit 7588ece84f

View file

@ -199,6 +199,11 @@ body {
width: 100%;
}
#changeset_list .comment {
width: 60%;
max-width: 60%;
}
#changeset_list.th {
font-weight: bold;
}