Fix indentation in gr-edit-controls

Change-Id: Icabdb99c5c25e09e57fa595698714946f8e54917
This commit is contained in:
Kasper Nilsson
2017-10-13 16:53:18 -07:00
parent eae48f1f7b
commit a99173e70a

View File

@@ -136,9 +136,9 @@ limitations under the License.
<div class="header">Restore this file?</div>
<div class="main">
<input
is="iron-input"
disabled
bind-value="{{_path}}"/>
is="iron-input"
disabled
bind-value="{{_path}}"/>
</div>
</gr-confirm-dialog>
</gr-overlay>