chore: isolate pre-staged web edits
This commit is contained in:
@@ -164,8 +164,8 @@ export const WorkflowGraph = ({
|
|||||||
: {})}
|
: {})}
|
||||||
fitView
|
fitView
|
||||||
proOptions={{ hideAttribution: true }}
|
proOptions={{ hideAttribution: true }}
|
||||||
nodesDraggable={true}
|
nodesDraggable={false}
|
||||||
nodesConnectable={true}
|
nodesConnectable={false}
|
||||||
elementsSelectable={Boolean(onNodeSelect || onEdgeSelect)}
|
elementsSelectable={Boolean(onNodeSelect || onEdgeSelect)}
|
||||||
>
|
>
|
||||||
<Background />
|
<Background />
|
||||||
|
|||||||
@@ -1698,7 +1698,7 @@ tbody tr:hover {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
/* text-transform: uppercase; */
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.graph-node__ref {
|
.graph-node__ref {
|
||||||
|
|||||||
Reference in New Issue
Block a user