mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: text came out of the parent div
This commit is contained in:
@@ -103,9 +103,9 @@ export function TerminalLine({ log, noTimestamp, searchTerm }: LogLineProps) {
|
|||||||
{type}
|
{type}
|
||||||
</Badge>
|
</Badge>
|
||||||
</div>
|
</div>
|
||||||
<pre className="dark:text-gray-200 font-mono text-foreground whitespace-pre">
|
<span className="dark:text-gray-200 font-mono text-foreground whitespace-pre-wrap break-words">
|
||||||
{searchTerm ? highlightMessage(message, searchTerm) : message}
|
{searchTerm ? highlightMessage(message, searchTerm) : message}
|
||||||
</pre>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user