Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(query): fix indentation in query html
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil143 committed Oct 1, 2018
1 parent 9cab827 commit 3bb12b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h4>Please wait, we are loading your data.</h4>
dropdownToggle>
Create WorkItem
</button>
<div
*dropdownMenu class="dropdown-menu-right dropdown-menu f8-query__create-workitem-menu">
<div
*dropdownMenu class="dropdown-menu-right dropdown-menu f8-query__create-workitem-menu">
<aside>
<i class="fa fa-close btn btn-link f8-query__create-workitem-close"
(click)="closeCreateWorkItemDialog($event)"></i>
Expand All @@ -50,7 +50,7 @@ <h4>Please wait, we are loading your data.</h4>
[selectedType]="quickAddWorkItemTypes[0]"
[selectedIteration]="selectedIterationSource | async">
</alm-work-item-quick-add>
</div>
</div>
</div>
<div>
<ng-container *ngFor="let breadcrumb of breadcrumbs">
Expand Down

0 comments on commit 3bb12b2

Please sign in to comment.