Commit 2b3a7f34 authored by Regan Hsu's avatar Regan Hsu Committed by Commit Bot

[CrOS Settings] Fix incorrectly formatted search input in narrow mode.

Before: https://screenshot.googleplex.com/2ougwchZvqU
After: https://screenshot.googleplex.com/Xq9nNPQQaQA

Fixed: 1081984
Change-Id: Ie7124973ade76e81f8a1559ca28e335347034a7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2200417Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Regan Hsu <hsuregan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#768929}
parent 9ad9913f
......@@ -109,7 +109,7 @@ cr.define('settings', function() {
*/
narrowThreshold_: {
type: Number,
value: 900,
value: 980,
},
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment