Skip to content

Commit

Permalink
Merge pull request #692 from nextcloud-libraries/fix/indention
Browse files Browse the repository at this point in the history
fix: Adjust code indention to be consistent (tabs)
  • Loading branch information
susnux authored Jan 22, 2024
2 parents 536baba + 7e17779 commit 4880ba8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/components/PasswordDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@ export default Vue.extend({

<style lang="scss" scoped>
.dialog {
&__container {
display: flex;
flex-direction: column;
margin: 30px;
gap: 10px 0;
}
&__container {
display: flex;
flex-direction: column;
margin: 30px;
gap: 10px 0;
}

&__title {
margin-bottom: 0;
}
&__title {
margin-bottom: 0;
}

&__button {
margin-top: 6px;
align-self: flex-end;
}
&__button {
margin-top: 6px;
align-self: flex-end;
}
}
</style>

0 comments on commit 4880ba8

Please sign in to comment.