mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 06:30:06 +00:00
chore: styles fix
This commit is contained in:
@@ -197,7 +197,10 @@ const SASjsEditor = ({
|
|||||||
<StyledTabPanel value="log">
|
<StyledTabPanel value="log">
|
||||||
<div>
|
<div>
|
||||||
<h2>Log</h2>
|
<h2>Log</h2>
|
||||||
<pre id="log" style={{ overflow: 'auto', height: '75vh' }}>
|
<pre
|
||||||
|
id="log"
|
||||||
|
style={{ overflow: 'auto', height: 'calc(100vh - 220px)' }}
|
||||||
|
>
|
||||||
{log}
|
{log}
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -25,15 +25,3 @@ code {
|
|||||||
padding: '5px 10px';
|
padding: '5px 10px';
|
||||||
margin-top: '10px';
|
margin-top: '10px';
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-item-label {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tree-item-label.selected {
|
|
||||||
background: lightgoldenrodyellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tree-item-label:hover {
|
|
||||||
background: lightgray;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user