We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5734ffd commit 93dd918Copy full SHA for 93dd918
1 file changed
apps/settings/src/components/AuthTokenSetup.vue
@@ -5,7 +5,6 @@
5
6
<template>
7
<form id="generate-app-token-section"
8
- class="row spacing"
9
@submit.prevent="submit">
10
<!-- Port to TextField component when available -->
11
<NcTextField :value.sync="deviceName"
@@ -79,19 +78,11 @@ export default defineComponent({
79
78
</script>
80
81
<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 {
+ #generate-app-token-section {
90
display: flex;
91
- align-items: center;
92
93
94
- .spacing {
+ flex-direction: column;
+ gap: 1rem;
+ max-width: 400px;
95
padding-top: 16px;
96
}
97
</style>
0 commit comments