We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1429a1 commit 6c94802Copy full SHA for 6c94802
src/components/BFormGroup/BFormGroup.vue
@@ -263,6 +263,7 @@ export default defineComponent({
263
for: props.labelFor || null,
264
tabIndex: isFieldset ? '-1' : null,
265
class: [
266
+ this.isHorizontal ? 'col-form-label' : 'form-label',
267
{
268
'bv-no-focus-ring': isFieldset,
269
'col-form-label': this.isHorizontal || isFieldset,
0 commit comments