From 1c07253efbc845fc87d725940daebddd49a2c16e Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Wed, 16 Jun 2021 12:03:54 -0300 Subject: [PATCH] fix: reduce panel resizer width --- app/assets/stylesheets/_main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_main.scss b/app/assets/stylesheets/_main.scss index 734dd916b..6ab0cf0bb 100644 --- a/app/assets/stylesheets/_main.scss +++ b/app/assets/stylesheets/_main.scss @@ -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;