Is it possible to make an md-button smaller?

前端 未结 8 1412
逝去的感伤
逝去的感伤 2021-01-03 18:18

I want my buttons showing left- and right arrow and NOW text to be as small as possible. How do I do that?

8条回答
  •  温柔的废话
    2021-01-03 19:19

    Tiago's answer worked for me.

    If you are using variants of mat buttons , raised button for example -

        .mat-raised-button {
            min-width: 150px;
        }
    

提交回复
热议问题