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:
parent
e5d5a98bab
commit
6773458da3
@ -103,9 +103,9 @@ export function TerminalLine({ log, noTimestamp, searchTerm }: LogLineProps) {
|
||||
{type}
|
||||
</Badge>
|
||||
</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}
|
||||
</pre>
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user