Skip to content

Commit

Permalink
Minor ui fixes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688271877
  • Loading branch information
Google AI Edge authored and copybara-github committed Oct 21, 2024
1 parent d17cce7 commit 5591ee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
display: flex;
align-items: center;
justify-content: space-between;
min-width: 170px;

&:not(:first-child) {
margin-top: 12px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export class WebglRendererEdgeOverlaysService {
this.addToEdgePairs(sourceNodeId, targetNodeId, totalEdgePairs);
}
}
console.log(totalEdgePairs);

for (let i = 0; i < this.curOverlays.length; i++) {
const subgraph = this.curOverlays[i];
Expand Down

0 comments on commit 5591ee8

Please sign in to comment.