summaryrefslogtreecommitdiff
path: root/skins/larry/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r--skins/larry/ui.js5
1 files changed, 2 insertions, 3 deletions
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)