Please Consider follow JSFiddle:
http://jsfiddle.net/7W2r4/12/
As you might notice: the list-group-item is fully collapsed. And i can\'t seem to mak
list-group-item
Removing the float: left; from .itemDescription will fix your issue fiddle, so the complete style for .itemDescription will be:
float: left;
.itemDescription
.itemDescription { width: 30%; vertical-align: middle; height: 100%; line-height:100%; vertical-align: middle; }