removed max-width on mat-menu-panel

This commit is contained in:
jsangmeister 2019-10-18 14:37:40 +02:00
parent bcba878e18
commit a328580a07
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;