diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 32bbf3ac8..d0dbc6c67 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -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)