Pretty basic question here but do panels in HTML only allow a certain amount of text or characters?
I have got three panels two at the top of the page and one underneath see below:
<div class="col-sm-6">
<div class="panel-heading"></div>
<div class="panel-body"></div>
</div>
<div class="col-sm-6">
<div class="panel-heading"></div>
<div class="panel-body"></div>
</div>
<div class="col-sm-12">
<div class="panel-heading"></div>
<div class="panel-body">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
Please note the web text has been removed