[IMP] Kanban project title : do not wrap, hide overflow with ellipsis

bzr revid: fme@openerp.com-20120523090058-mod53pxt0at65wry
This commit is contained in:
Fabien Meghazi 2012-05-23 11:00:58 +02:00
parent 2477e2a7e8
commit 6d452e2319
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
.oe_kanban_project {
width: 300px;
}
.oe_kanban_project h3 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.oe_kanban_project_list {
margin: 8px 0 8px 0;
}