Skip to content

Commit ec557c1

Browse files
authored
Merge pull request #61186 from nextcloud/com
fix: Fix alignment issues of app password form ( #53123 )
2 parents 97c9a56 + 1fbc61b commit ec557c1

3 files changed

Lines changed: 7 additions & 16 deletions

File tree

apps/settings/src/components/AuthTokenSetup.vue

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<template>
77
<form
88
id="generate-app-token-section"
9-
class="row spacing"
109
@submit.prevent="submit">
1110
<!-- Port to TextField component when available -->
1211
<NcTextField
@@ -86,19 +85,11 @@ export default defineComponent({
8685
</script>
8786

8887
<style lang="scss" scoped>
89-
.app-name-text-field {
90-
height: 44px !important;
91-
padding-inline-start: 12px;
92-
margin-inline-end: 12px;
93-
width: 200px;
94-
}
95-
96-
.row {
88+
#generate-app-token-section {
9789
display: flex;
98-
align-items: center;
99-
}
100-
101-
.spacing {
90+
flex-direction: column;
91+
gap: 1rem;
92+
max-width: 400px;
10293
padding-top: 16px;
10394
}
10495
</style>

dist/settings-vue-settings-personal-security.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-personal-security.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)