mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-28 11:34:41 +03:00
Added back overflow-x-auto to logs.
This commit is contained in:
parent
c6a6c9f759
commit
1b1d3fd9ac
@ -87,7 +87,7 @@ export function Logs({ logs, status, onRetry }) {
|
||||
)}
|
||||
</div>
|
||||
{logs && (
|
||||
<pre className="flex-1">
|
||||
<pre className="flex-1 overflow-x-auto">
|
||||
{logs.length === 0 && "Waiting for logs..."}
|
||||
|
||||
{visibleLogs.map((log, i) => (
|
||||
|
Loading…
Reference in New Issue
Block a user