fix: text of the feedback form not fully visible

Closes #227
This commit is contained in:
Thea Schöbl
2024-09-18 09:53:50 +00:00
committed by Jovan Krunić
parent 3ac8c04765
commit ce5016a992

View File

@@ -80,13 +80,12 @@
</ion-item>
<ion-item>
<ion-checkbox
class="ion-text-wrap"
color="primary"
label-placement="end"
justify="start"
[(ngModel)]="termsAgree"
name="termsAgree"
>{{ 'feedback.form.termsAgree.0' | translate }}</ion-checkbox
><span class="ion-text-wrap">{{ 'feedback.form.termsAgree.0' | translate }}</span></ion-checkbox
>
</ion-item>
<ion-item lines="none">
@@ -104,7 +103,9 @@
justify="start"
[(ngModel)]="protocolDataAgree"
name="protocolDataAgree"
>{{ 'feedback.form.protocolDataAgree' | translate }}</ion-checkbox
><span class="ion-text-wrap">{{
'feedback.form.protocolDataAgree' | translate
}}</span></ion-checkbox
>
</ion-item>
<ion-card>