Merge pull request #61404 from nextcloud/backport/61186/stable34

[stable34] fix: Fix alignment issues of app password form
This commit is contained in:
Andy Scherzinger 2026-06-18 14:29:21 +02:00 committed by GitHub
commit 6925f17ee1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 16 deletions

View file

@ -6,7 +6,6 @@
<template>
<form
id="generate-app-token-section"
class="row spacing"
@submit.prevent="submit">
<!-- Port to TextField component when available -->
<NcTextField
@ -86,19 +85,11 @@ export default defineComponent({
</script>
<style lang="scss" scoped>
.app-name-text-field {
height: 44px !important;
padding-inline-start: 12px;
margin-inline-end: 12px;
width: 200px;
}
.row {
#generate-app-token-section {
display: flex;
align-items: center;
}
.spacing {
flex-direction: column;
gap: 1rem;
max-width: 400px;
padding-top: 16px;
}
</style>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long