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