Template grid alignment

0
Hi,  I need to create Kanban dashboard with proper horizontal alignment. But it is displaying with improper alignment like as I shown in below screenshot : And I am expecting that it should display like this way as I shown in dummy screenshot: How should I align it in template gird?  
asked
1 answers
0

Use layout grid inside template grid and set number of rows and columns of the template grid. Layout grid will make the height equal. Another option would be to use flex box to create equal height containers/columns
https://css-tricks.com/fluid-width-equal-height-columns/

answered