Improve alignment (#3370)
This commit is contained in:
parent
f3d961bc16
commit
c1ad483f33
@ -1,7 +1,7 @@
|
|||||||
<div *ngIf="icon" class="align-self-center mr-3">
|
<div *ngIf="icon" class="align-self-center mr-3">
|
||||||
<ion-icon class="h3 m-0" [name]="icon" />
|
<ion-icon class="h3 m-0" [name]="icon" />
|
||||||
</div>
|
</div>
|
||||||
<div class="w-100">
|
<div class="d-flex flex-column w-100">
|
||||||
<ng-template #label><ng-content></ng-content></ng-template>
|
<ng-template #label><ng-content></ng-content></ng-template>
|
||||||
<ng-container *ngIf="value || value === 0 || value === null">
|
<ng-container *ngIf="value || value === 0 || value === null">
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user