Skip to content

Commit da36572

Browse files
committed
style(web): fix search page formatting
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 817c0f13-cbbd-4fec-8ec4-2553e5f2ca2e
1 parent e8a7501 commit da36572

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

web/app/pages/search-messages/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,7 @@ onBeforeUnmount(() => {
645645
max-width: 300px;
646646
word-break: break-all;
647647
"
648-
>{{ item.content }}</pre
649-
>
648+
>{{ item.content }}</pre>
650649
</template>
651650
</VDataTableServer>
652651
</VCol>

0 commit comments

Comments
 (0)