iits closed without to say how to do it.
I cat align the text within colums to the left
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd
i did it like this,with a div and a class
.text-inside-grid {
position: absolute;
left: 5px;
}
probably not the best way,but i don't know the standard way within md-grid
any news about this issue?
@yuriyovych
Just came across this one. Solved it by wrapping the mat-grid-tile content with div and setting it to width: 100%; display: flex; align-items: flex-start;
Note that you don't need flex properties if you only have one element (I used it, since I have 6 elements in tile)
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
@yuriyovych
Just came across this one. Solved it by wrapping the
mat-grid-tilecontent with div and setting it towidth: 100%; display: flex; align-items: flex-start;Note that you don't need flex properties if you only have one element (I used it, since I have 6 elements in tile)