diff --git a/src/components/configurationForm.vue b/src/components/configurationForm.vue
index f3810ea..6c55766 100644
--- a/src/components/configurationForm.vue
+++ b/src/components/configurationForm.vue
@@ -188,6 +188,13 @@ const onSubmit = async () => {
>
-
+
diff --git a/src/components/configurationFormView.vue b/src/components/configurationFormView.vue
index e9560ad..0aabe3e 100644
--- a/src/components/configurationFormView.vue
+++ b/src/components/configurationFormView.vue
@@ -142,6 +142,7 @@ const onCopyConfig = () => {
label="Копировать конфигурацию"
block
icon="lucide:copy"
+ class="h-12"
@click="onCopyConfig"
/>