Anandkumar (OpenERP) has proposed merging lp:~openerp-dev/openerp-web/trunk-bug-1092861-pan into lp:openerp-web.
Requested reviews: OpenERP R&D Web Team (openerp-dev-web) Christophe Matthieu (OpenERP) (chm-openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1092861-pan/+merge/141702 hello, Improved code as per your suggestion. Thanks, PAN -- https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1092861-pan/+merge/141702 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/trunk-bug-1092861-pan.
=== modified file 'addons/web_kanban/static/src/css/kanban.css' --- addons/web_kanban/static/src/css/kanban.css 2012-12-20 18:39:42 +0000 +++ addons/web_kanban/static/src/css/kanban.css 2013-01-03 05:52:18 +0000 @@ -81,6 +81,7 @@ font-weight: bold; color: #333333; text-shadow: 0 1px 0 white; + word-wrap: break-word; } .openerp .oe_kanban_view .oe_kanban_group_title > span { margin-right: 4px; === modified file 'addons/web_kanban/static/src/css/kanban.sass' --- addons/web_kanban/static/src/css/kanban.sass 2012-12-20 18:39:42 +0000 +++ addons/web_kanban/static/src/css/kanban.sass 2013-01-03 05:52:18 +0000 @@ -109,6 +109,7 @@ font-weight: bold color: #333333 text-shadow: 0 1px 0 white + word-wrap: break-word > span margin-right: 4px @@ -521,7 +522,7 @@ top: -5px !important &.oe_kanban_grouped .oe_kanban_group_header - height: 1% + height: 1% // }}} @media print
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp