remove unused class

This commit is contained in:
Ricardo Espinoza 2025-01-31 14:46:08 -05:00
parent d5a1e08036
commit 5be2619d61
No known key found for this signature in database

View file

@ -242,7 +242,7 @@ const onSelect = (value: number) => {
</i18n-t>
</n8n-info-tip>
</p>
<n8n-card v-if="newApiKey" class="mb-4xs" :class="$style.card">
<n8n-card v-if="newApiKey" class="mb-4xs">
<CopyInput
:label="newApiKey.label"
:value="newApiKey.rawApiKey"
@ -357,12 +357,7 @@ const onSelect = (value: number) => {
</template>
</Modal>
</template>
<style module lang="scss">
.card {
margin-bottom: 50px;
}
.notice {
margin: 0;
}