Commit 1b46145c authored by Dave Schuyler's avatar Dave Schuyler Committed by Commit Bot

[MD settings] move policy indicator on homepage url

This CL moves the policy indicator on the homepage url from under the
input to the same line as the input.

Bug: 736149
Change-Id: I3896b3e77284a82742ae51ea1d6fe86753087488
Reviewed-on: https://chromium-review.googlesource.com/570821Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: Dave Schuyler <dschuyler@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486960}
parent 725fdd58
...@@ -12,10 +12,11 @@ ...@@ -12,10 +12,11 @@
<style> <style>
:host { :host {
cursor: auto; cursor: auto;
display: inline-block;
} }
#outerDiv { #outerDiv {
align-items: center;
display: flex;
justify-content: space-between; justify-content: space-between;
} }
</style> </style>
......
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