text wrapping incorrectly for radio button

后端 未结 4 1444
梦毁少年i
梦毁少年i 2021-02-13 05:55

I have 2 html radio buttons (separated by
tags) where the text is wrapping under the radio button instead of aligning with the left in

4条回答
  •  时光取名叫无心
    2021-02-13 06:29

    Sorry for answering this so late, I just came across this post, here's another solution :

    p { margin-left: 20px; text-indent: -20px; }
    

提交回复
热议问题