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:
commit
33e2bb3498
@ -486,6 +486,10 @@ mat-expansion-panel {
|
||||
padding-right: 30px;
|
||||
}*/
|
||||
|
||||
.mat-menu-panel {
|
||||
max-width: initial !important;
|
||||
}
|
||||
|
||||
.hidden-cell {
|
||||
flex: 0;
|
||||
width: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user