Skip to content

Commit

Permalink
fix display of custom svg icons (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin authored Oct 13, 2024
1 parent cd86d4f commit ccdc691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@

.svg-icon-container {
svg {
width: 22px;
height: 22px;
width: 10px;
height: 10px;
}
}

Expand Down
4 changes: 2 additions & 2 deletions flow-editor/src/visual-node-editor/instance-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ $half-of-pin-height: 16px;
justify-content: center;

svg {
width: 22px;
height: 22px;
width: 14px;
height: 14px;
}
}

Expand Down

0 comments on commit ccdc691

Please sign in to comment.