Commit 6ab26678 authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS Network] Fix "view password" icon dimensions.

Before this CL, the icon had the correct height but incorrect width.
This was due to the fact that the <cr-input> to its left was taking up
too much room.

The fix was to change "width: 100%" to "flex: 1" on the input element.

Bug: 977117
Change-Id: I27063c67b039fc4547615d2e9c9382e5e795249a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677552
Auto-Submit: Kyle Horimoto <khorimoto@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#672560}
parent c4132a50
......@@ -19,7 +19,7 @@
}
cr-input {
width: 100%;
flex: 1;
}
cr-policy-network-indicator {
......
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