Browse Source
Merge pull request #14818 from abpframework/Issue-icon-alignment-problem
delete inline style
pull/14819/head
Muhammed Altuğ
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
npm/ng-packs/packages/components/tree/src/lib/components/tree.component.html
|
|
|
@ -59,7 +59,7 @@ |
|
|
|
</ng-template> |
|
|
|
|
|
|
|
<ng-template #defaultIconTemplate let-node let-origin="origin"> |
|
|
|
<i style="line-height: 28px" aria-hidden="true"> |
|
|
|
<i aria-hidden="true"> |
|
|
|
<ng-container *ngTemplateOutlet="node.isExpanded ? minusIcon : plusIcon"></ng-container |
|
|
|
></i> |
|
|
|
</ng-template> |
|
|
|
|