Hi, this seems to be a problem every time I create a list view. As soon as I add an image-thumbnail, suddenly the list item's padding gets huge, and actually squeezes most of the content out of visibility. I've uploaded a screenshot here:
The code here is relatively simple, I don't see where such an error could emerge:
<ul data-role="listview" data-inset="true" id="detailViewFirstList">
<li>
<a href="#" class="ui-link-inherit">
<img class="ui-li-thumb" src="images/job.png"/>
<h2 class="ui-li-heading">
Job
</h2>
<p class="ui-li-desc">
Job Description
</p>
</a>
</li>
<li><a href="#">Education</a></li>
<li><a href="#">Location</a></li>
</ul>