Skip to content

Commit 819e810

Browse files
authored
Update form-spinbutton.js
1 parent d14f43a commit 819e810

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/form-spinbutton/form-spinbutton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
450450
[`form-control-${size}`]: !!size,
451451
'd-inline-flex': isInline || isVertical,
452452
'd-flex': !isInline && !isVertical,
453-
'h-auto': isVertical,
454453
'align-items-stretch': !isVertical,
455454
'flex-column': isVertical,
456455
'is-valid': state === true,

0 commit comments

Comments
 (0)