Skip to content
Snippets Groups Projects
Commit 9ecb06ae authored by Tim Zallmann's avatar Tim Zallmann Committed by Fatih Acet
Browse files

Resolve "Merge request collapse icon is tiny"

parent e325367a
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -112,7 +112,11 @@ export default {
},
methods: {
handleToggle(e, checkTarget) {
if (!checkTarget || e.target === this.$refs.header) {
if (
!checkTarget ||
e.target === this.$refs.header ||
(e.target.classList && e.target.classList.contains('diff-toggle-caret'))
) {
this.$emit('toggleFile');
}
},
Loading
Loading
Loading
Loading
@@ -14,8 +14,8 @@
background-color: $gray-normal;
}
 
.diff-toggle-caret {
padding-right: 6px;
svg {
vertical-align: text-bottom;
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment