Currently, I am utilizing bootstrap in the following manner:
<label>
<input type="text">
</label>
The issue at hand is that the label
element comes hardcoded with display: inline-block;
. Is there a way to remove this or make it look more aesthetically pleasing?