Merge branch '63905-discussion-expand-collapse-button-is-only-clickable-on-one-side' into 'master'

Resolve "Discussion "expand"/"collapse" button is only clickable on one side"

Closes #63905

See merge request gitlab-org/gitlab-ce!31730
This commit is contained in:
Annabel Dunstone Gray 2019-08-19 12:56:11 +00:00
commit b1905a396f
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