Closed
Description
Describe the bug
The b-media
components "aside" slot has a default vertical align class of align-self-top
which does not exist in bootstrap CSS. I believe align-self-start
is what was meant.
Steps to reproduce the bug
- Go to https://bootstrap-vue.js.org/docs/components/media#vertical-align
- It says possible values are
top
,center
andend
, withtop
as default. top
maps to using thealign-self-top
class which has no styles
Expected behavior
Replace top
with start
in docs and code.
Versions
Libraries:
- BootstrapVue: 2.0
- Bootstrap: 4.3
- Vue: 2.6
Environment:
N/A