fix: reduce panel resizer width

This commit is contained in:
Antonella Sgarlatta
2021-06-16 12:03:54 -03:00
parent 1af72abe23
commit 1c07253efb

View File

@@ -136,7 +136,7 @@ $footer-height: 32px;
top: 0;
right: 0;
z-index: $z-index-panel-resizer;
width: 8px;
width: 2px;
height: 100%;
position: absolute;
cursor: col-resize;