[FIX] web: m2m tags overflow when too much tags

If too many tags (or too long tags) where present in a many2many tags
widgets, it could go over the field and cover other thing in the UI.

Now the field size expands with the content (and in a way it is more
visually similar before and after 'Edit' so it is nice).

closes #7579
opw-644236
This commit is contained in:
Nicolas Lempereur 2015-07-13 09:24:54 +02:00
parent 52eddad90e
commit 0511b9af83
2 changed files with 2 additions and 0 deletions

View File

@ -605,6 +605,7 @@
}
.openerp .oe_tags .text-wrap {
width: 100% !important;
position: static;
}
.openerp .oe_tags .text-wrap textarea {
width: 100% !important;

View File

@ -548,6 +548,7 @@ $sheet-padding: 16px
min-width: 250px
.text-wrap
width: 100% !important
position: static
textarea
width: 100% !important
.text-core