mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Changes overflow to auto (#21705).
Patch by Greg T. git-svn-id: http://svn.redmine.org/redmine/trunk@16363 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fdb8b93f85
commit
0dc3d20017
@ -463,7 +463,7 @@ div.issue .next-prev-links {color:#999;}
|
||||
div.issue .attributes {margin-top: 2em;}
|
||||
div.issue .attributes .attribute {padding-left:180px; clear:left; min-height: 1.8em;}
|
||||
div.issue .attributes .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 .attribute .value {overflow:auto; text-overflow: ellipsis;}
|
||||
div.issue.overdue .due-date .value { color: #c22; }
|
||||
|
||||
#issue_tree table.issues, #relations table.issues { border: 0; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user