Skip to content

Commit

Permalink
Fixing label placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Oct 19, 2024
1 parent 56fb358 commit 9b4ad27
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
</ion-item>
<ng-container *ngIf="data.connectedPreparationDevice.type === PREPARATION_DEVICE_TYPE.XENIA">
<ion-item>
<ion-label id='preparationURL'>{{"PREPARATION_DEVICE.URL" | translate}}</ion-label>
<ion-input aria-labelledby='preparationURL' (ionBlur)="save()" [(ngModel)]="data.connectedPreparationDevice.url" placeholder="{{'PREPARATION_DEVICE.URL' | translate}}"
<ion-input label-placement="stacked" label='{{"PREPARATION_DEVICE.URL" | translate}}' (ionBlur)="save()" [(ngModel)]="data.connectedPreparationDevice.url" placeholder="{{'PREPARATION_DEVICE.URL' | translate}}"
tabIndex="1" type="text"></ion-input>
<ion-button (click)="checkURL()" class="big-icon-only" fill="clear"
slot="end" style="margin-left:0px;" tabIndex="2" tappable>
Expand Down

0 comments on commit 9b4ad27

Please sign in to comment.