How to increase the clickable area of a tag button?

前端 未结 11 1430
悲哀的现实
悲哀的现实 2021-01-29 22:04

I have learnt from this post that always use tags or

11条回答
  •  执笔经年
    2021-01-29 22:32

    the simple way I found out: add a "li" tag on the right side of an "a" tag List item

  • On CSS file create this below:

    #expand1 {
     padding-left: 40px;
    }
    

提交回复
热议问题