Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #218 from multinet-app/delete-workspace
Browse files Browse the repository at this point in the history
Make Jared's suggested changes to UI deletion branch
  • Loading branch information
waxlamp committed Dec 11, 2019
2 parents 332af14 + b9cf0f4 commit 7956202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/DeleteWorkspaceDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

<v-card>
<v-card-title
class="headline pb-0 pt-3"
class="headline pb-0 pt-3 px-5"
primary-title
>
Delete Workspaces
</v-card-title>

<v-card-text class="px-4 pt-4 pb-1">
<v-card-text class="px-5 py-4">
You are about to delete {{ selection.length }} workspace{{plural}}. <strong>Are you sure?</strong>
</v-card-text>

Expand Down

0 comments on commit 7956202

Please sign in to comment.