add basic condfig and rendering
This commit is contained in:
@@ -17,4 +17,18 @@ body {
|
||||
.reactflow-wrapper {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
/* Node specific overrides */
|
||||
.react-flow__node {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.react-flow__node .react-flow__handle {
|
||||
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
/* Small helper for monospace pre output */
|
||||
pre {
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, 'Roboto Mono', 'Courier New', monospace;
|
||||
}
|
||||
Reference in New Issue
Block a user