mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
Add vertical spacing to unmount on success message on finish screen
This commit is contained in:
parent
91400922cd
commit
10b714a2ce
@ -2,7 +2,7 @@
|
||||
<div class="col-xs">
|
||||
<div class="box text-center">
|
||||
<h3><span class="tick tick--success" class="space-right-tiny"></span> Burn Complete!</h3>
|
||||
<p class="soft" ng-show="finish.settings.unmountOnSuccess">Safely ejected and ready for use</p>
|
||||
<p class="soft space-vertical-medium" ng-show="finish.settings.unmountOnSuccess">Safely ejected and ready for use</p>
|
||||
|
||||
<div class="row center-xs space-vertical-large">
|
||||
<div class="col-xs-4 space-medium">
|
||||
|
Loading…
x
Reference in New Issue
Block a user