javascript - margin collapsed without giving margin bottom -


enter image description here

as can see above, if don't give margin-bottom on 2017/08/17, won't show child tag.... used margin auto won't work either.

i deleted margin bottom 150px , result below

enter image description here

<div class="chat-box-single-line">   <abbr class="timestamp" >2017/08/17</abbr>    <div class="chatmsg">bla</div>    <div class="chatmsg">bla</div> </div> <div class="chat-box-single-line">  <abbr class="timestamp" >2017/08/18</abbr>    <div class="chatmsg">bla</div>    <div class="chatmsg">bla</div>    <div class="chatmsg">bla</div>    <div class="chatmsg">bla</div> </div> 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -