Skip to content

Commit

Permalink
fix: reduce panel resizer width
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed Jun 16, 2021
1 parent 1af72ab commit 1c07253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c07253

Please sign in to comment.