Skip to content

Commit

Permalink
Update embeds.vue
Browse files Browse the repository at this point in the history
I add a margin in between the 2 buttons.
  • Loading branch information
Dibyajyoti1515 authored Oct 13, 2024
1 parent 026c5a0 commit d77a046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/pages/settings/embeds.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ds-text>
{{ $t('settings.embeds.status.change.question') }}
</ds-text>
<base-button @click="submit" :filled="!disabled" :disabled="!disabled">
<base-button @click="submit" :filled="!disabled" :disabled="!disabled" style="margin-right: 5px;">
{{ $t('settings.embeds.status.change.deny') }}
</base-button>
<base-button @click="submit" :filled="disabled" :disabled="disabled">
Expand Down Expand Up @@ -54,6 +54,7 @@ export default {
data() {
return {
disabled: null,
print: true,
providers: [],
}
},
Expand Down

0 comments on commit d77a046

Please sign in to comment.