Всем привет!
Не посмотрите, почему не устанавливается heidht: auto у блока .theme_topic?
<div class="theme_topic">
<div class="user_name_of_topic">
<a href="#" class="thumbnail">
<img src="http://placehold.it/70x70">
</a>
</div>
<div class="text_of_topic"></div>
<div class="stuffs_of_topic"></div>
</div>
.theme_topic{
padding: 5px 10px;
background: #fff;
margin: 0 auto;
width: 100%;
position: relative;
height: auto;
}
.user_name_of_topic{
float: left;
position: absolute;
}
https://jsfiddle.net/svilkov87/27d05tyL/
Спасибо.