Answers for "change position in angular material mat-figure"

0

change position in angular material mat-figure

Put in the 'style.css' file
.mat-grid-tile .mat-figure {
   justify-content: flex-start !important ;
   align-items: flex-start !important;
}
Posted by: Guest on June-08-2021

Code answers related to "change position in angular material mat-figure"

Browse Popular Code Answers by Language