diff --git a/ui/src/views/application-overview/component/EmbedDialog.vue b/ui/src/views/application-overview/component/EmbedDialog.vue
index 6c2190d84..be37645c7 100644
--- a/ui/src/views/application-overview/component/EmbedDialog.vue
+++ b/ui/src/views/application-overview/component/EmbedDialog.vue
@@ -14,8 +14,8 @@
{{ $t('views.applicationOverview.appInfo.EmbedDialog.fullscreenModeTitle') }}
-
-
+
+
{{
$t('views.applicationOverview.appInfo.EmbedDialog.copyInstructions')
}}
@@ -23,9 +23,11 @@
-
- {{ source1 }}
-
+
+
+ {{ source1 }}
+
+
@@ -35,8 +37,8 @@
{{ $t('views.applicationOverview.appInfo.EmbedDialog.floatingModeTitle') }}

-
-
+
+
{{
$t('views.applicationOverview.appInfo.EmbedDialog.copyInstructions')
}}
@@ -44,9 +46,11 @@
-
- {{ source2 }}
-
+
+
+ {{ source2 }}
+
+
@@ -118,7 +122,7 @@ defineExpose({ open })
font-weight: 400;
font-size: 13px;
white-space: pre;
- height: 180px;
+ height: 188px;
}
}