projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddde868
)
Stop long changeset comments causing other fields to get split over
author
Tom Hughes
<tom@compton.nu>
Sat, 30 May 2009 13:38:17 +0000
(13:38 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 30 May 2009 13:38:17 +0000
(13:38 +0000)
multiple lines.
public/stylesheets/site.css
patch
|
blob
|
history
diff --git
a/public/stylesheets/site.css
b/public/stylesheets/site.css
index 6600af28b54fd05ee9e4e9a763ed83f42ba8bb58..29f41630f705ad9658319a793d1018746b615652 100644
(file)
--- a/
public/stylesheets/site.css
+++ b/
public/stylesheets/site.css
@@
-199,6
+199,11
@@
body {
width: 100%;
}
+#changeset_list .comment {
+ width: 60%;
+ max-width: 60%;
+}
+
#changeset_list.th {
font-weight: bold;
}