fix: display diagram in domain finder

This commit is contained in:
Maël Gangloff
2024-08-19 22:24:20 +02:00
parent ec72de163a
commit d7232dad62

View File

@@ -27,7 +27,7 @@ export function DomainDiagram({domain}: { domain: Domain }) {
setEdges(e.edges)
}, [])
return <Flex style={{width: '80vw', height: '80vh'}}>
return <Flex style={{width: '100%', height: '100vh'}}>
<ReactFlow
fitView
colorMode='dark'