File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
frontend/src/views/chat/execution-component Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ const title = computed(() => {
4848 line-height : 20px ;
4949 font-weight : 500 ;
5050 vertical-align : middle ;
51+ white-space : pre-wrap ;
52+ word-break : break-all ;
5153}
5254.item-list {
5355 display : flex ;
@@ -79,6 +81,7 @@ const title = computed(() => {
7981 font-size : 14px ;
8082 vertical-align : middle ;
8183 white-space : pre-wrap ;
84+ word-break : break-all ;
8285 }
8386 }
8487}
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ const title = computed(() => {
4444 line-height : 20px ;
4545 font-weight : 500 ;
4646 vertical-align : middle ;
47+ white-space : pre-wrap ;
48+ word-break : break-all ;
4749}
4850.item-list {
4951 display : flex ;
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ const title = computed(() => {
5353 line-height : 20px ;
5454 font-weight : 500 ;
5555 vertical-align : middle ;
56+ white-space : pre-wrap ;
57+ word-break : break-all ;
5658}
5759.item-list {
5860 display : flex ;
@@ -83,6 +85,7 @@ const title = computed(() => {
8385 font-size : 14px ;
8486 vertical-align : middle ;
8587 white-space : pre-wrap ;
88+ word-break : break-all ;
8689 }
8790 }
8891}
You can’t perform that action at this time.
0 commit comments