@@ -214,8 +214,12 @@ function truncateText(html: string, maxLength: number): string {
font-size: 12px;
border-radius: 2px;
height: auto;
- word-break: break-word;
- overflow-wrap: break-word;
+ word-break: break-all;
+ overflow-wrap: anywhere;
+ white-space: normal;
+ min-width: 0;
+ max-width: 100%;
+ line-height: 1.5;
}
.result-actions {
display: flex;