1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-30 12:19:38 +00:00

Prevent scrollbars on issue attributes.

git-svn-id: http://svn.redmine.org/redmine/trunk@16039 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-12-03 08:21:22 +00:00
parent a137b9cc79
commit 8aa6089171

View 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; }