Add .list-group-condensed
Created by: bradlis7
Tables have a condensed version, it would also be nice for list-groups, as they have a similar appearance, and flow better for areas, such as sidebars, where you may not want to take up a lot of space.
.list-group-condensed .list-group-item {
padding: @table-condensed-cell-padding;
}