MOBILE-4379 assign: Add padding to error text above CTA button
parent
8c97b6fe32
commit
fa126cbc0c
|
@ -205,7 +205,8 @@
|
||||||
<ion-label>
|
<ion-label>
|
||||||
<ng-container
|
<ng-container
|
||||||
*ngIf="unsupportedEditPlugins && unsupportedEditPlugins.length && !showErrorStatementEdit">
|
*ngIf="unsupportedEditPlugins && unsupportedEditPlugins.length && !showErrorStatementEdit">
|
||||||
<p>{{ 'addon.mod_assign.erroreditpluginsnotsupported' | translate }}</p>
|
<p class="ion-padding-horizontal">
|
||||||
|
{{ 'addon.mod_assign.erroreditpluginsnotsupported' | translate }}</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li *ngFor="let name of unsupportedEditPlugins">{{ name }}</li>
|
<li *ngFor="let name of unsupportedEditPlugins">{{ name }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue