Skip to content

Commit

Permalink
feat: Increase dialog spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Jul 12, 2024
1 parent c3b8bbc commit 460a65a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/TransferGuestDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
size="small"
@closing="cancel">
<form id="transfer-guest-form"
class="transfer-dialog__form"
@submit.prevent="submit">
<NcTextField ref="username"
:value.sync="targetUserId"
Expand Down Expand Up @@ -150,3 +151,11 @@ export default defineComponent({
},
})
</script>

<style lang="scss" scoped>
.transfer-dialog {
&__form {
margin-bottom: 8px;
}
}
</style>

0 comments on commit 460a65a

Please sign in to comment.