Commit 291b05c4 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch '323848-fix-diff-comment-hidden-menu' into 'master'

Fix diff comment hidden dropdown

See merge request gitlab-org/gitlab!56072
parents 175d6c11 8f387d8e
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
'li', 'li',
{ {
class: class:
'discussion-collapsible gl-border-solid gl-border-gray-100 gl-border-1 gl-rounded-base gl-overflow-hidden clearfix', 'discussion-collapsible gl-border-solid gl-border-gray-100 gl-border-1 gl-rounded-base clearfix',
}, },
[h('ul', { class: 'notes' }, children)], [h('ul', { class: 'notes' }, children)],
); );
......
---
title: Fix diff comment hidden dropdown
merge_request: 56072
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