Patch #21705 » overflow.patch
| application.css 2017-02-17 12:27:39.356259275 +0100 | ||
|---|---|---|
| 395 | 395 |
div.issue .attributes {margin-top: 2em;}
|
| 396 | 396 |
div.issue .attributes .attribute {padding-left:180px; clear:left; min-height: 1.8em;}
|
| 397 | 397 |
div.issue .attributes .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left; overflow:hidden; text-overflow: ellipsis;}
|
| 398 |
div.issue .attribute .value {overflow:hidden; text-overflow: ellipsis;}
|
|
| 398 |
div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;}
|
|
| 399 | 399 |
div.issue.overdue .due-date .value { color: #c22; }
|
| 400 | 400 | |
| 401 | 401 |
#issue_tree table.issues, #relations table.issues { border: 0; }
|