changeset 26335e50cc8b in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=26335e50cc8b
description:
        Make email addresses field fill all available space

        issue10760
        review362651012
diffstat:

 src/common.js |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r e4d48affbb83 -r 26335e50cc8b src/common.js
--- a/src/common.js     Mon Oct 11 22:53:02 2021 +0200
+++ b/src/common.js     Mon Oct 18 12:26:34 2021 +0200
@@ -3526,7 +3526,6 @@
             } else {
                 el.wrap('<div class="dropdown"/>');
                 this.dropdown = el.parent();
-                this.dropdown.css('display', 'table');
             }
             this.input = el.find('input').add(el.filter('input')).first();
             this.input.attr('autocomplete', 'off');

Reply via email to