Commit 812094f 1 parent 7f9968c commit 812094f Copy full SHA for 812094f
File tree 1 file changed +13
-9
lines changed
1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
< section ion-list *ngIf ="question.text || question.text === '' " class ="qtype-varnumericset ">
2
- < ion-item text-wrap >
3
- < p >
4
- < core-format-text [component] ="component " [componentId] ="componentId " [text] ="question.text "> </ core-format-text >
5
- </ p >
2
+ < ion-item text-wrap class ="ion-text-wrap ">
3
+ < ion-label >
4
+ < p >
5
+ < core-format-text [component] ="component " [componentId] ="componentId " [text] ="question.text "> </ core-format-text >
6
+ </ p >
7
+ </ ion-label >
6
8
</ ion-item >
7
- < ion-item text-wrap *ngIf ="question.ablock || question.ablock === '' " class ="qtype-varnumunit ">
8
- < div >
9
+ < ion-item text-wrap *ngIf ="question.ablock || question.ablock === '' " class ="qtype-varnumunit ion-text-wrap ">
10
+ < ion-label >
9
11
< core-format-text [component] ="component " [componentId] ="componentId " [text] ="question.ablock "> </ core-format-text >
10
- </ div >
12
+ </ ion-label >
11
13
</ ion-item >
12
- < ion-item text-wrap *ngIf ="question.ousupsub " class ="core-danger-item ">
13
- < p class ="core-question-warning "> {{ 'plugin.qtype_varnumericset.err_ousupsubnotsupportedonmobile' | translate }}</ p >
14
+ < ion-item text-wrap *ngIf ="question.ousupsub " class ="core-danger-item ion-text-wrap ">
15
+ < ion-label >
16
+ < p class ="core-question-warning "> {{ 'plugin.qtype_varnumericset.err_ousupsubnotsupportedonmobile' | translate }}</ p >
17
+ </ ion-label >
14
18
</ ion-item >
15
19
</ section >
You can’t perform that action at this time.
0 commit comments