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

View File

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