mirror of
https://github.com/nextcloud/server.git
synced 2026-06-28 18:11:31 -04:00
Merge pull request #61404 from nextcloud/backport/61186/stable34
[stable34] fix: Fix alignment issues of app password form
This commit is contained in:
commit
6925f17ee1
3 changed files with 7 additions and 16 deletions
|
|
@ -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
Loading…
Reference in a new issue