Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Fix: Google Chrome does not render System log search options properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bbs2web committed Feb 25, 2014
1 parent 1a5048e commit 28b5bf7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/templates/admin/logs_view.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ Ext.onReady(function () {
listeners: {
render: {
fn: function (cmp) {
if (Ext.isIE) {
cmp.el.select('.x-form-element').setStyle('width', '166px');
}
cmp.el.select('.x-form-element').setStyle('width', '166px');
},
delay: 20
}
Expand Down

0 comments on commit 28b5bf7

Please sign in to comment.