Skip to content

Commit

Permalink
core: frontend: components: PullPRogress: Add minimum size to dialog
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed May 7, 2023
1 parent e2d3e78 commit 057f1a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/frontend/src/components/utils/PullProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
width="auto"
persistent
>
<v-card>
<v-card
min-width="450"
>
<v-card-title class="text-h5 grey lighten-2 black--text">
Pulling new version
</v-card-title>
Expand Down

0 comments on commit 057f1a7

Please sign in to comment.