MOBILE-3833 assign: Add text wrap to badges
parent
d4a9bd2ec5
commit
55e2e5f3a1
|
@ -391,10 +391,10 @@
|
|||
</p>
|
||||
</ng-container>
|
||||
<p>
|
||||
<ion-badge *ngIf="statusTranslated" [color]="statusColor">
|
||||
<ion-badge *ngIf="statusTranslated" [color]="statusColor" class="ion-text-wrap ion-text-start">
|
||||
{{ statusTranslated }}
|
||||
</ion-badge>
|
||||
<ion-badge class="ion-margin-start" *ngIf="gradingStatusTranslationId" [color]="gradingColor">
|
||||
<ion-badge class="ion-text-wrap ion-text-start" *ngIf="gradingStatusTranslationId" [color]="gradingColor">
|
||||
{{ gradingStatusTranslationId | translate }}
|
||||
</ion-badge>
|
||||
</p>
|
||||
|
|
|
@ -21,6 +21,11 @@
|
|||
.core-grading-summary .advancedgrade {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ion-badge {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
:host-context(body.dark) ::ng-deep {
|
||||
|
|
Loading…
Reference in New Issue