Ensures breaking the label of 'election-state'

This commit is contained in:
GabrielMeyer 2019-09-13 08:35:04 +02:00
parent 7d307e5ffe
commit 8996bd952f
2 changed files with 6 additions and 1 deletions

View File

@ -44,7 +44,7 @@
</div>
<!-- Phase -->
<div *pblNgridCellDef="'phase'; row as assignment" class="cell-slot fill">
<div *pblNgridCellDef="'phase'; row as assignment" class="cell-slot fill mat-chip-wrapper">
<mat-chip-list>
<mat-chip color="primary" selected>{{ assignment.phaseString | translate }}</mat-chip>
</mat-chip-list>

View File

@ -0,0 +1,5 @@
.mat-chip-wrapper {
.mat-standard-chip {
height: auto;
}
}