Commit e3c3e500 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang Committed by Eric Davis

Prevent icons clipping on gantt.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5076 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 46a53302
......@@ -794,7 +794,7 @@ background-image:url('../images/close_hl.png');
}
.gantt_subjects { font-size: 0.8em; }
.gantt_subjects div { line-height:1.2em;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
.gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
.task {
position: absolute;
......@@ -803,7 +803,7 @@ background-image:url('../images/close_hl.png');
color:#888;
padding:0;
margin:0;
line-height:0.8em;
line-height:16px;
white-space:nowrap;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment