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

Fix selector placement

This commit is contained in:
Mauricio Bonani 2022-06-09 17:44:11 -04:00
parent 62cd3b2061
commit 64061c3440

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;
}
}
}