Skip to content

Commit 6c94802

Browse files
committed
Fix #320
1 parent a1429a1 commit 6c94802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/BFormGroup/BFormGroup.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ export default defineComponent({
263263
for: props.labelFor || null,
264264
tabIndex: isFieldset ? '-1' : null,
265265
class: [
266+
this.isHorizontal ? 'col-form-label' : 'form-label',
266267
{
267268
'bv-no-focus-ring': isFieldset,
268269
'col-form-label': this.isHorizontal || isFieldset,

0 commit comments

Comments
 (0)