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