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 7c80cba commit 5cc1cd6Copy full SHA for 5cc1cd6
src/components/form-tags/_form-tags.scss
@@ -3,7 +3,7 @@
3
margin-top: -0.25rem;
4
5
.b-form-tag,
6
- .b-form-tags-input-li {
+ .b-form-tags-li-input {
7
margin-top: 0.25rem;
8
}
9
src/components/form-tags/form-tags.js
@@ -657,7 +657,7 @@ export const BFormTags = /*#__PURE__*/ Vue.extend({
657
'li',
658
{
659
key: '__li-input__',
660
- staticClass: 'flex-grow-1 b-form-tags-input-li',
+ staticClass: 'flex-grow-1 b-form-tags-li-input',
661
attrs: {
662
role: 'none',
663
'aria-live': 'off',
0 commit comments