summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-07-24 11:31:50 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2018-07-24 11:44:24 -0500
commita7572ee70e3bda02880efa48f313a2d0ac71ee67 (patch)
treef8d724ee95bf9e69b2b5a44d9a687378a407ed19 /app/assets/stylesheets
parent068768e1f8b64f7de4fe18b094e7f2e7555c9398 (diff)
downloadgitlab-ce-a7572ee70e3bda02880efa48f313a2d0ac71ee67.tar.gz
Resize drag handle for Web IDE
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 8b1227b9131..d8545882647 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -785,7 +785,7 @@
position: absolute;
top: 0;
bottom: 0;
- width: 1px;
+ width: 4px;
background-color: $white-dark;
&.dragright {