Merge pull request #5016 from GabrielInTheWorld/breakLabel

Ensures breaking the label of 'election-state'
This commit is contained in:
Emanuel Schütze 2019-09-13 09:10:52 +02:00 committed by GitHub
commit 62a973234f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}