mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #231 from resin-io/fix/spacing-in-mount-success-label
Add vertical spacing to unmount on success message on finish screen
This commit is contained in:
commit
c20bca46ce
@ -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