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 9da3841Copy full SHA for 9da3841
1 file changed
apps/settings/src/components/AuthTokenSetup.vue
@@ -79,19 +79,12 @@ export default defineComponent({
79
</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