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'); .parent().css('position', 'relative');
// re-set original select width to fix click action and options width in Chrome // re-set original select width to fix click action and options width in some browsers
if (bw.chrome) select.width(new_select.width());
select.width(new_select.width());
}); });
$(document.body) $(document.body)

Loading…
Cancel
Save