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

Fix grip on horizontally displayed panels separator

This commit is contained in:
Mauricio Bonani 2021-07-07 09:52:47 -04:00
parent 9b85200954
commit 6211dfe024

View File

@ -70,5 +70,6 @@
width: 7px;
display: inline-block;
cursor: ew-resize;
background: $primary-background url(images/grip.png) no-repeat 50% 50%;
}
}