Commit 8f387d8e authored by jerasmus's avatar jerasmus

Fix diff comment hidden dropdown

Fixed the hidden dropdown by removing `gl-overflow-hidden`
parent c19699f1
...@@ -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