Code review comment for lp:~openerp-dev/openerp-web/7.0-bug-1089871-bth

Revision history for this message
Christophe Matthieu (OpenERP) (chm-openerp) wrote :

Hi,
It's a wrong fix, textext set the size box according of the initial size of the textarea. Do not fixe with important the text-warp height.

I fixed this in 7.0 like this:
.openerp .oe_tags .text-wrap textarea {
  width: 100% !important;
+ min-height: 22px;
}

review: Disapprove

« Back to merge proposal