Merge pull request #3628 from bonanitech/patch-1

Fix typo in CSS
This commit is contained in:
Stephen McLaughlin
2022-05-25 16:44:26 +01:00
committed by GitHub

View File

@@ -84,7 +84,7 @@
.red-ui-search-result-node-port {
position: absolute;
border-radius: 2px;
border: 1px solid $node-border;;
border: 1px solid $node-border;
width: 6px;
height: 7px;
top:4px;