Added back overflow-x-auto to logs.

This commit is contained in:
Martin Sosic 2023-07-10 23:41:07 +02:00
parent c6a6c9f759
commit 1b1d3fd9ac

View File

@ -87,7 +87,7 @@ export function Logs({ logs, status, onRetry }) {
)} )}
</div> </div>
{logs && ( {logs && (
<pre className="flex-1"> <pre className="flex-1 overflow-x-auto">
{logs.length === 0 && "Waiting for logs..."} {logs.length === 0 && "Waiting for logs..."}
{visibleLogs.map((log, i) => ( {visibleLogs.map((log, i) => (