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="header">Restore this file?</div>
<div class="main"> <div class="main">
<input <input
is="iron-input" is="iron-input"
disabled disabled
bind-value="{{_path}}"/> bind-value="{{_path}}"/>
</div> </div>
</gr-confirm-dialog> </gr-confirm-dialog>
</gr-overlay> </gr-overlay>