Display block without 100% width

后端 未结 8 1061
谎友^
谎友^ 2020-12-12 21:27

I want to set a span element to appear below another element using the display property. I tried applying inline-block but without success, and figured I could use block if

8条回答
  •  一生所求
    2020-12-12 22:21

    Again: an answer that might be a little bit too late (but for those who find this page for the answer anyways).

    Instead of display:block; use display:inline-block;

提交回复
热议问题