Skip to content

Commit

Permalink
Lint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Nov 28, 2023
1 parent d86181e commit c901eec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
<h5>Connect Tools</h5>
</div>
<div class="modal-body">
<div class="tools" style="max-height: calc(100vh - 350px); overflow-y: auto; overflow-x: hidden;">
<div
class="tools"
style="
max-height: calc(100vh - 350px);
overflow-y: auto;
overflow-x: hidden;
"
>
<admin-tool-group-tool-reuseable
*ngFor="let tool of tools"
[tool]="tool"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ <h5 *ngIf="isNewToolGroup">New Tool Group</h5>
</div>

<div *ngIf="isNewToolGroup">
<i style="font-size: 14px;">Once this Tool Group is created, you'll be able to add tools.</i>
<i style="font-size: 14px"
>Once this Tool Group is created, you'll be able to add tools.</i
>
</div>
</div>

Expand Down

0 comments on commit c901eec

Please sign in to comment.