Commit 8329916d authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Annabel Dunstone Gray

Hide duplicate border on epics tree form

parent 9eec4fe2
...@@ -116,7 +116,11 @@ export default { ...@@ -116,7 +116,11 @@ export default {
}" }"
> >
<related-items-tree-header :class="{ 'border-bottom-0': itemsFetchResultEmpty }" /> <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 <add-item-form
v-if="showAddItemForm" v-if="showAddItemForm"
:issuable-type="actionType" :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