Skip to content

Commit

Permalink
review amends - remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dawson committed Aug 10, 2023
1 parent 1e30662 commit 01770d3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/components/cylc/Mutation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<template>
<v-card class="d-inline-block pa-4">
<v-card>
<!-- the mutation title -->
<v-card-title>
<h3 :style="{ 'text-transform': 'capitalize' }">
<v-card-title class="py-3">
{{ mutation._title }}
</h3>
</v-card-title>
<v-card-text class="card-text">
<v-card-text class="card-text py-0 px-4">
<!-- the mutation description -->
<v-expansion-panels
variant="accordian"
Expand Down Expand Up @@ -69,8 +67,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
v-model="isValid"
/>
</v-card-text>
<br />
<v-card-actions>
<v-card-actions class="pa-3">
<v-spacer></v-spacer>
<v-btn
color="grey"
Expand Down

0 comments on commit 01770d3

Please sign in to comment.