better adaptive layout
This commit is contained in:
parent
3f9f2affd3
commit
8144a3ec78
3 changed files with 93 additions and 92 deletions
|
|
@ -193,7 +193,7 @@ export function App() {
|
|||
borderColor: "divider",
|
||||
flex: '0 0 content',
|
||||
overflow: "auto",
|
||||
maxWidth: 350,
|
||||
maxWidth: '30vw',
|
||||
}}>
|
||||
<ShowAST {...{...ast, rt: rt.at(rtIdx!), highlightActive}}/>
|
||||
<ShowOutputEvents outputEvents={ast.outputEvents}/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue