1
0
mirror of synced 2024-11-25 22:36:03 +03:00

Merge pull request #1211 from jhinch/pixel-rounding-problems

Search width inconsistencies in different browsers due to fractional pixels
This commit is contained in:
Igor Vaynberg 2013-09-03 20:48:35 -07:00
commit 7d60f619ce

View File

@ -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