Merge pull request #5016 from GabrielInTheWorld/breakLabel
Ensures breaking the label of 'election-state'
This commit is contained in:
commit
62a973234f
@ -44,7 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Phase -->
|
<!-- 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-list>
|
||||||
<mat-chip color="primary" selected>{{ assignment.phaseString | translate }}</mat-chip>
|
<mat-chip color="primary" selected>{{ assignment.phaseString | translate }}</mat-chip>
|
||||||
</mat-chip-list>
|
</mat-chip-list>
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
.mat-chip-wrapper {
|
||||||
|
.mat-standard-chip {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user