Commit d5eb4f60 authored by Dave Schuyler's avatar Dave Schuyler Committed by Commit Bot

[MD settings] remove blank floating label from manage people page

This CL avoids a nbsp that was holding space for a paper-input label.
The no-label-float was used to tell paper-input not to reserve the space.

Bug: 746207
Change-Id: Id05d33c74ca9f68b54b26e4afe66a3874161ce93
Reviewed-on: https://chromium-review.googlesource.com/578134Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: Dave Schuyler <dschuyler@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488072}
parent de421dc1
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
</style> </style>
<div class="settings-box first"> <div class="settings-box first">
<paper-input id="name" value="[[profileName]]" pattern=".*\S.*" <paper-input id="name" value="[[profileName]]" pattern=".*\S.*"
auto-validate required on-change="onProfileNameChanged_" on-change="onProfileNameChanged_" on-keydown="onProfileNameKeydown_"
on-keydown="onProfileNameKeydown_" disabled="[[isProfileNameDisabled_(syncStatus)]]"
disabled="[[isProfileNameDisabled_(syncStatus)]]"> auto-validate no-label-float required>
</paper-input> </paper-input>
</div> </div>
<template is="dom-if" if="[[isProfileShortcutSettingVisible_]]"> <template is="dom-if" if="[[isProfileShortcutSettingVisible_]]">
......
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