I have a mat-card structure , that on mat-dialog-content has the following styles:
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
min-height: 328px;
max-height: 328px;
The issue I am having is that no matter what I tried on the structure you see in the link, I can't push the mat-card to have 100% height, not even with !important
.
Is there something I'm missing? It's not the first time I encounter this issue working with Angular Material and it's starting to get frustrating without being able understand it and work around it.
Thanks in advance!