Decorated select width fix is also needed for IE and Safari

pull/13/head
Aleksander Machniak 12 years ago
parent 3d122f054c
commit 8ba01c077b

@ -191,9 +191,8 @@ function rcube_mail_ui()
})
.parent().css('position', 'relative');
// re-set original select width to fix click action and options width in Chrome
if (bw.chrome)
select.width(new_select.width());
// re-set original select width to fix click action and options width in some browsers
select.width(new_select.width());
});
$(document.body)

Loading…
Cancel
Save