mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Fix all modal sizes (#6820)
This commit is contained in:
@@ -209,6 +209,7 @@ const openPricingPage = () => {
|
||||
@opened="onDialogOpened"
|
||||
v-model="activationKeyModal"
|
||||
:title="locale.baseText('settings.usageAndPlan.dialog.activation.title')"
|
||||
:modal-class="$style.center"
|
||||
>
|
||||
<template #default>
|
||||
<n8n-input
|
||||
@@ -233,6 +234,10 @@ const openPricingPage = () => {
|
||||
<style lang="scss" module>
|
||||
@import '@/styles/css-animation-helpers.scss';
|
||||
|
||||
.center > div {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.actionBox {
|
||||
margin: var(--spacing-2xl) 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user