Margin-top not working with

前端 未结 2 1766
情话喂你
情话喂你 2020-12-25 11:26

I\'m trying to just nudge the email label and input down a little by assigning a class \'brtop\' to the label.

.brtop just adds a top margin.

Do

2条回答
  •  执念已碎
    2020-12-25 12:18

    is display: inline. If you add display: inline-block to .brtop it will respect the margin.

提交回复
热议问题