PolyGerrit: Fix create project dialog to use <span class="value">
Reason is because gr-autocomplete was going out of place when typing. Using the span class value fixed this. Bug: Issue 6951 Change-Id: I12c16e7eec45003868b3445ad092439c96135d8d
This commit is contained in:
parent
355efd300a
commit
c53cdaf619
@ -60,12 +60,14 @@ limitations under the License.
|
|||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<span class="title">Rights inherit from</span>
|
<span class="title">Rights inherit from</span>
|
||||||
<gr-autocomplete
|
<span class="value">
|
||||||
id="rightsInheritFromInput"
|
<gr-autocomplete
|
||||||
text="{{_projectConfig.parent}}"
|
id="rightsInheritFromInput"
|
||||||
query="[[_query]]"
|
text="{{_projectConfig.parent}}"
|
||||||
placeholder="Optional, defaults to 'All-Projects'">
|
query="[[_query]]"
|
||||||
</gr-autocomplete>
|
placeholder="Optional, defaults to 'All-Projects'">
|
||||||
|
</gr-autocomplete>
|
||||||
|
</span>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<span class="title">Create initial empty commit</span>
|
<span class="title">Create initial empty commit</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user