Created by: releu
If we have block-elements in well instead of text we will get a double space issue (well's padding and element's margin).
<div class="well">
<table class="table">
...
</table>
</div>
Created by: releu
If we have block-elements in well instead of text we will get a double space issue (well's padding and element's margin).
<div class="well">
<table class="table">
...
</table>
</div>