Skip to content

Commit

Permalink
Merge pull request #6154 from rak-phillip/chore/progress-bar-gap
Browse files Browse the repository at this point in the history
Add extra margin for progress bar
  • Loading branch information
mook-as committed Dec 8, 2023
2 parents 336155c + 69bb301 commit 5d1f321
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 5d1f321

Please sign in to comment.