How do you deal with div with mat-card-header-text in an material2 card?

后端 未结 10 1526
逝去的感伤
逝去的感伤 2021-02-18 20:04

I can\'t seem to wrap my head around having this container in an md card.

In my material cards, I have this:

&
10条回答
  •  生来不讨喜
    2021-02-18 20:15

    Give a negative left-margin to the mat-card-title solve the issue.

    .mat-card-title {
       margin-left: -16px;
     }
    

提交回复
热议问题