1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #3644 from bonanitech/fix-selector-placement

Fix selector placement
This commit is contained in:
Nick O'Leary 2022-06-09 22:14:09 -05:00 committed by GitHub
commit 9e52c15829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,6 @@
display: inline-block;
cursor: ew-resize;
background-color: $primary-background;
}
&:before {
content: '';
@ -105,3 +104,4 @@
background-color: $grip-color;
}
}
}