Make all of the discussion toggle clickable

This commit is contained in:
Thomas Randolph 2019-08-12 19:20:15 -06:00
parent 0baadb42e2
commit c0769b308a
3 changed files with 7 additions and 3 deletions

View File

@ -305,7 +305,7 @@ export default {
<div
v-show="showTreeList"
:style="{ width: `${treeWidth}px` }"
class="diff-tree-list js-diff-tree-list"
class="diff-tree-list js-diff-tree-list mr-3"
>
<panel-resizer
:size.sync="treeWidth"

View File

@ -1032,7 +1032,6 @@ table.code {
$top-pos: $header-height + $mr-tabs-height + $mr-version-controls-height + 10px;
top: $header-height + $mr-tabs-height + $mr-version-controls-height + 10px;
max-height: calc(100vh - #{$top-pos});
padding-right: $gl-padding;
z-index: 202;
.with-performance-bar & {
@ -1043,7 +1042,7 @@ table.code {
.drag-handle {
bottom: 16px;
transform: translateX(-6px);
transform: translateX(10px);
}
}

View File

@ -0,0 +1,5 @@
---
title: All of discussion expand/collapse button is clickable
merge_request: 31730
author:
type: fixed