text-align in md-grid-tile (Angular Material) doesn't work

后端 未结 5 622
野趣味
野趣味 2021-02-04 01:19

text-align in Angular Material doesn\'t work.

{{video         


        
5条回答
  •  北恋
    北恋 (楼主)
    2021-02-04 02:07

    I did it!

    {{video.created}}
    {{video.code
    
    
        {{ video.title }}
    
    
    {{video.playtime}}
    

    css

    .video-title > figure {
        justify-content: flex-start !important;
    }
    

提交回复
热议问题