Commit 5341ef1b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'winh-epic-tree-form-border' into 'master'

Hide duplicate border on epics tree form

See merge request gitlab-org/gitlab!17245
parents 9eec4fe2 8329916d
......@@ -116,7 +116,11 @@ export default {
}"
>
<related-items-tree-header :class="{ 'border-bottom-0': itemsFetchResultEmpty }" />
<div v-if="showAddItemForm || showCreateItemForm" class="card-body add-item-form-container">
<div
v-if="showAddItemForm || showCreateItemForm"
class="card-body add-item-form-container"
:class="{ 'border-bottom-0': itemsFetchResultEmpty }"
>
<add-item-form
v-if="showAddItemForm"
:issuable-type="actionType"
......
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