Skip to content

Commit

Permalink
Add extra margin for loading indicator
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
  • Loading branch information
rak-phillip committed Dec 8, 2023
1 parent 9cc9a7a commit 69bb301
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/rancher-desktop/pages/snapshots/dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@ export default Vue.extend({
}
}
.progress {
margin: 1.25rem 0;
}
.dialog-actions {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 69bb301

Please sign in to comment.