mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 12:31:40 +01:00
Long text custom field values are not aligned with their labels (#35642).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21137 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -540,6 +540,7 @@ 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:auto; text-overflow: ellipsis;}
|
||||
div.issue .attribute.text_cf .value .wiki p:first-of-type {margin-top: 0;}
|
||||
div.issue.overdue .due-date .value { color: #c22; }
|
||||
body.controller-issues h2.inline-flex {padding-right: 0}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user