]> source.dussan.org Git - redmine.git/commitdiff
css: set nowrap of changeset author and committed_on (#5501)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 21 Oct 2011 11:17:58 +0000 (11:17 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 21 Oct 2011 11:17:58 +0000 (11:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7638 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 7a33e5bc853c597d0674759cd262d7f7b44a47b0..f48b60325d854d0b4e4030e3d6751617c7d13e8e 100644 (file)
@@ -156,8 +156,8 @@ tr span.expander {background-image: url(../images/bullet_toggle_plus.png); paddi
 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
 
 tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
-tr.changeset td.author { text-align: center; width: 15%; }
-tr.changeset td.committed_on { text-align: center; width: 15%; }
+tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
+tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
 
 table.files tr.file td { text-align: center; }
 table.files tr.file td.filename { text-align: left; padding-left: 24px; }