File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
ui/src/components/ai-chat/component Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2828 : meta?.source_url
2929 "
3030 target =" _blank"
31- class =" ellipsis-1"
31+ class =" ellipsis-1 break-all "
3232 :title =" data?.document_name?.trim()"
3333 >
3434 {{ data?.document_name?.trim() }}
3535 </a >
3636 </template >
3737 <template v-else >
38- <span class =" ellipsis-1" :title =" data?.document_name?.trim()" >
38+ <span class =" ellipsis-1 break-all " :title =" data?.document_name?.trim()" >
3939 {{ data?.document_name?.trim() }}
4040 </span >
4141 </template >
4545 <img src =" @/assets/icon_document.svg" style =" width : 58% " alt =" " />
4646 </AppAvatar >
4747
48- <span class =" ellipsis-1" :title =" data?.dataset_name" > {{ data?.dataset_name }}</span >
48+ <span class =" ellipsis-1 break-all" :title =" data?.dataset_name" >
49+ {{ data?.dataset_name }}</span
50+ >
4951 </div >
5052 </div >
5153 </template >
@@ -80,7 +82,7 @@ const meta = computed(() => (isMetaObject.value ? props.data.meta : parsedMeta.v
8082.paragraph-source-card {
8183 .footer-content {
8284 .item {
83- width : 50% ;
85+ max- width : 50% ;
8486 }
8587 }
8688}
@@ -96,7 +98,7 @@ const meta = computed(() => (isMetaObject.value ? props.data.meta : parsedMeta.v
9698 .footer-content {
9799 display : block ;
98100 .item {
99- width : 100% ;
101+ max- width : 100% ;
100102 }
101103 }
102104 }
You can’t perform that action at this time.
0 commit comments