Remove padding for an empty element

前端 未结 8 602
灰色年华
灰色年华 2021-02-02 05:32

I\'m generating a page for an upcoming portal site, and I\'ve got an HTML element with some optional content. I\'d like the element to not render if it is empty, but adding some

8条回答
  •  萌比男神i
    2021-02-02 06:09

    
    
    With padded content

    Adding display:table; should do the trick.

提交回复
热议问题