diff --git a/ui/src/components/ai-chat/ParagraphSourceDialog.vue b/ui/src/components/ai-chat/ParagraphSourceDialog.vue index 08388100d..b8de0077b 100644 --- a/ui/src/components/ai-chat/ParagraphSourceDialog.vue +++ b/ui/src/components/ai-chat/ParagraphSourceDialog.vue @@ -7,9 +7,9 @@ append-to-body align-center > -
+
-
+
@@ -108,7 +108,7 @@ defineExpose({ open }) padding: 8px !important; } .paragraph-source-height { - height: calc(100vh - 260px); + max-height: calc(100vh - 260px); } .paragraph-source-card { height: 260px; diff --git a/ui/src/views/paragraph/index.vue b/ui/src/views/paragraph/index.vue index 815e2ca63..1a03dc5a8 100644 --- a/ui/src/views/paragraph/index.vue +++ b/ui/src/views/paragraph/index.vue @@ -1,12 +1,11 @@