Commit c31b4573 authored by Phil Hughes's avatar Phil Hughes

Fixed issuable.scss conflict

[ci skip]
parent 64d0285b
...@@ -195,13 +195,8 @@ ...@@ -195,13 +195,8 @@
right: 0; right: 0;
transition: width .3s; transition: width .3s;
background: $gray-light; background: $gray-light;
<<<<<<< HEAD
padding: 10px 20px;
z-index: 200;
=======
padding: 0 20px; padding: 0 20px;
z-index: 200; z-index: 200;
overflow: hidden;
.issuable-sidebar { .issuable-sidebar {
width: calc(100% + 100px); width: calc(100% + 100px);
...@@ -210,7 +205,6 @@ ...@@ -210,7 +205,6 @@
overflow-x: hidden; overflow-x: hidden;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
>>>>>>> upstream/master
&.right-sidebar-expanded { &.right-sidebar-expanded {
width: $gutter_width; width: $gutter_width;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment