Search width inconsistencies in different browsers due to fractional pixels
@@ -2923,7 +2923,7 @@ the specific language governing permissions and limitations under the Apache Lic
searchWidth = minimumWidth;
}
- this.search.width(searchWidth);
+ this.search.width(Math.floor(searchWidth));
},
// multi