Skip to content

Commit

Permalink
Fix #1388 : did you mean content is now clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBercaru authored and praveenojha33 committed Jan 21, 2019
1 parent c2586a5 commit bd28928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/results/results.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@
or change this list, please check <a href="{{ newsFileUrl }}">here</a>
</div>
</div>
<div class="autocorrect">
<app-auto-correct [hidden]="hideAutoCorrect"></app-auto-correct>
</div>
</div>

<div class="text-result" *ngIf="Display('all')">
Expand All @@ -173,6 +170,9 @@
</div>
</div>
<div class="container-fluid">
<div class="autocorrect">
<app-auto-correct [hidden]="hideAutoCorrect"></app-auto-correct>
</div>
<div class="combo-box">
<div class="small-info"><app-infobox></app-infobox></div>
</div>
Expand Down

0 comments on commit bd28928

Please sign in to comment.