fix(devtools): alignment issue in idle profiler

This commit is contained in:
mgechev 2020-05-06 16:34:41 -07:00 committed by AleksanderBodurri
parent 775f3e3120
commit 880d1d0ed4

View file

@ -10,6 +10,7 @@
>Click the record button <span class="start-recording-button"></span> to start a new recording, or upload a json
file containing profiler data
</span>
<br />
<span>
<input type="file" (change)="importProfilerResults($event)" placeholder="Upload file" accept=".json" />
</span>