Commit c0769b30 authored by Thomas Randolph's avatar Thomas Randolph

Make all of the discussion toggle clickable

parent 0baadb42
...@@ -305,7 +305,7 @@ export default { ...@@ -305,7 +305,7 @@ export default {
<div <div
v-show="showTreeList" v-show="showTreeList"
:style="{ width: `${treeWidth}px` }" :style="{ width: `${treeWidth}px` }"
class="diff-tree-list js-diff-tree-list" class="diff-tree-list js-diff-tree-list mr-3"
> >
<panel-resizer <panel-resizer
:size.sync="treeWidth" :size.sync="treeWidth"
......
...@@ -1032,7 +1032,6 @@ table.code { ...@@ -1032,7 +1032,6 @@ table.code {
$top-pos: $header-height + $mr-tabs-height + $mr-version-controls-height + 10px; $top-pos: $header-height + $mr-tabs-height + $mr-version-controls-height + 10px;
top: $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}); max-height: calc(100vh - #{$top-pos});
padding-right: $gl-padding;
z-index: 202; z-index: 202;
.with-performance-bar & { .with-performance-bar & {
...@@ -1043,7 +1042,7 @@ table.code { ...@@ -1043,7 +1042,7 @@ table.code {
.drag-handle { .drag-handle {
bottom: 16px; bottom: 16px;
transform: translateX(-6px); transform: translateX(10px);
} }
} }
......
---
title: All of discussion expand/collapse button is clickable
merge_request: 31730
author:
type: fixed
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