Improve alignment (#3370)

pull/3371/head
Thomas Kaul 2 weeks ago committed by GitHub
parent f3d961bc16
commit c1ad483f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,7 @@
<div *ngIf="icon" class="align-self-center mr-3">
<ion-icon class="h3 m-0" [name]="icon" />
</div>
<div class="w-100">
<div class="d-flex flex-column w-100">
<ng-template #label><ng-content></ng-content></ng-template>
<ng-container *ngIf="value || value === 0 || value === null">
<div

Loading…
Cancel
Save