Skip to content

Commit b121665

Browse files
committed
fix: correct CSS class selector for react-flow attribution
1 parent 1e86e58 commit b121665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • web/client/src/library/components/graph

web/client/src/library/components/graph/Graph.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.react-flow__node.react-flow__node-model:active {
99
z-index: 20 !important;
1010
}
11-
react-flow__attribution {
11+
.react-flow__attribution {
1212
background: transparent;
1313
}
1414
.lineage__column-source b {

0 commit comments

Comments
 (0)