Skip to content

Commit 9da3841

Browse files
committed
fix: Fix alignment issues of app password form
Signed-off-by: Sandi Cej <cej.sandi@gmail.com>
1 parent 5734ffd commit 9da3841

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

apps/settings/src/components/AuthTokenSetup.vue

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,12 @@ export default defineComponent({
7979
</script>
8080

8181
<style lang="scss" scoped>
82-
.app-name-text-field {
83-
height: 44px !important;
84-
padding-inline-start: 12px;
85-
margin-inline-end: 12px;
86-
width: 200px;
87-
}
88-
89-
.row {
82+
#generate-app-token-section {
9083
display: flex;
91-
align-items: center;
92-
}
93-
94-
.spacing {
84+
flex-direction: column;
85+
gap: 1rem;
86+
max-width: 400px;
9587
padding-top: 16px;
9688
}
89+
9790
</style>

0 commit comments

Comments
 (0)