We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b-form-datepicker and b-form-timepicker in 'button only' mode seem to lack horizontal padding. The issue is present in the official documentation (https://bootstrap-vue.org/docs/components/form-datepicker#button-only-mode):
The padding should match the non 'button only' mode.
Libraries:
The text was updated successfully, but these errors were encountered:
Ah, this might be because of the changes made to not use Bootstrap Utility classes within the innards of the component...
Sorry, something went wrong.
You can get around this issue by setting the prop menu-class to 'p-2' or 'p-3'
menu-class
'p-2'
'p-3'
fix(b-form-date-picker, b-form-timepicker): fix menu padding in butto…
8e1e15e
…n only mode (fixes #5251)
fix(b-form-datepicker, b-form-timepicker): fix menu padding in button…
d57a643
… only mode (fixes #5251) (#5252)
tmorehouse
Successfully merging a pull request may close this issue.
Describe the bug
b-form-datepicker and b-form-timepicker in 'button only' mode seem to lack horizontal padding. The issue is present in the official documentation (https://bootstrap-vue.org/docs/components/form-datepicker#button-only-mode):
Expected behavior
The padding should match the non 'button only' mode.
Versions
Libraries:
The text was updated successfully, but these errors were encountered: