mirror of
https://github.com/sasjs/server.git
synced 2026-01-13 09:00:04 +00:00
chore: styles fix
This commit is contained in:
@@ -197,7 +197,10 @@ const SASjsEditor = ({
|
||||
<StyledTabPanel value="log">
|
||||
<div>
|
||||
<h2>Log</h2>
|
||||
<pre id="log" style={{ overflow: 'auto', height: '75vh' }}>
|
||||
<pre
|
||||
id="log"
|
||||
style={{ overflow: 'auto', height: 'calc(100vh - 220px)' }}
|
||||
>
|
||||
{log}
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user