Hi,
When I see my date picker on different browser it’s not uniform. For example, Firefox displays desire size whereas Chrome display extra height. When I inspect elements on both the browser found on firefox height is 130×25 but on Chrome it’s 130×37 which probably results bigger height on Chrome. Any idea how to make it uniform ?

$("#jqxExpander").jqxExpander({
width: 850,
expanded: false,
initContent: function () {
$("#jqxStDtWidget").jqxDateTimeInput({width: '130px', formatString: "dd/MMM/yyyy"});
$("#jqxEnDtWidget").jqxDateTimeInput({width: '130px', formatString: "dd/MMM/yyyy"});
}
});