Stop long changeset comments causing other fields to get split over
multiple lines.
This commit is contained in:
parent
ddde8689a6
commit
7588ece84f
1 changed files with 5 additions and 0 deletions
|
@ -199,6 +199,11 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#changeset_list .comment {
|
||||||
|
width: 60%;
|
||||||
|
max-width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
#changeset_list.th {
|
#changeset_list.th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue