]> source.dussan.org Git - redmine.git/commitdiff
Prevent scrollbars on issue attributes.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 08:21:22 +0000 (08:21 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 08:21:22 +0000 (08:21 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16039 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index f493beb621b6d560d37e7a9e11820d4576ec430c..2a8e6a8e0858c88f1eb70aa37f2efbc0cda5cb01 100644 (file)
@@ -458,7 +458,8 @@ div.issue span.private, div.journal span.private { position:relative; bottom: 2p
 div.issue .next-prev-links {color:#999;}
 div.issue .attributes {margin-top: 2em;}
 div.issue .attribute {padding-left:180px; clear:left; min-height: 1.8em;}
-div.issue .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left;}
+div.issue .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left; overflow:hidden; text-overflow: ellipsis;}
+div.issue .attribute .value {overflow:hidden; text-overflow: ellipsis;}
 div.issue.overdue .due-date .value { color: #c22; }
 
 #issue_tree table.issues, #relations table.issues { border: 0; }