I have some panels that hold various amounts of text, HTML below
<div class="row1">
<div class='item'>
<div id='' class='well panel panel-primary'>
<div class='panel-heading'>
<h4><i class='fa fa-cloud'></i>Text</h4>
</div>
<div class='panel-body'>
</div>
</div>
</div>
</div>
Inside the class - 'panel-body', I will have text inside of various amounts, some quite a bit, some not soo much,
How can I make it when the size of the panel gets to a cetain size when i cut off the text, and put a button. The main idea is to get consistant sizing of the panels
Ideas ? JSFiddle Test
As in the Fiddle above i want to always be the height of Test 3 & Test 5. When like test 1 - put in button that says read more (with a hyperlink)