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 d14f43a commit 819e810Copy full SHA for 819e810
src/components/form-spinbutton/form-spinbutton.js
@@ -450,7 +450,6 @@ export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
450
[`form-control-${size}`]: !!size,
451
'd-inline-flex': isInline || isVertical,
452
'd-flex': !isInline && !isVertical,
453
- 'h-auto': isVertical,
454
'align-items-stretch': !isVertical,
455
'flex-column': isVertical,
456
'is-valid': state === true,
0 commit comments