Use Fieldset Legend with bootstrap
That’s because Bootstrap by default sets the width of the legend element to 100%. You can fix this by changing your legend.scheduler-border to also use: legend.scheduler-border { width:inherit; /* Or auto */ padding:0 10px; /* To give a bit of padding on the left and right */ border-bottom:none; } JSFiddle example. You’ll also need to … Read more