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

        issue10760
        review362651012
        (grafted from 26335e50cc8b84a77284fc4edc91a0fbcdf9f3ad)
diffstat:

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

diffs (11 lines):

diff -r 950309cbcad4 -r 3397b0f37355 src/common.js
--- a/src/common.js     Fri Oct 15 17:17:52 2021 +0200
+++ b/src/common.js     Mon Oct 18 12:26:34 2021 +0200
@@ -3498,7 +3498,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