Is there a way to prevent the vote button and text from extending beyond the boundaries of the div? Also, how can I specify a width value for the column when it adjusts to fit the content? Here is the code snippet:
<div class="container-fluid">
<div class="row-fluid">
<div class="span2">
</div>
<div class="span10">
</div>
</div>
</div>