Merge pull request #5079 from jsangmeister/long-state-fix

Removed max-width on mat-menu-panel to display full state name
This commit is contained in:
Sean 2019-10-21 11:53:31 +02:00 committed by GitHub
commit 33e2bb3498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -486,6 +486,10 @@ mat-expansion-panel {
padding-right: 30px;
}*/
.mat-menu-panel {
max-width: initial !important;
}
.hidden-cell {
flex: 0;
width: 0;