Skip to content

Commit

Permalink
Merge pull request #3748 from crazyserver/MOBILE-4379
Browse files Browse the repository at this point in the history
MOBILE-4379 assign: Add padding to error text above CTA button
  • Loading branch information
dpalou authored Jul 21, 2023
2 parents 8c97b6f + fa126cb commit 4541958
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ <h2>{{ 'addon.mod_assign.userswhoneedtosubmit' | translate: {$a: ''} }}</h2>
<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>
Expand Down

0 comments on commit 4541958

Please sign in to comment.