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