Skip to content

Commit 5cc1cd6

Browse files
committed
change class name
1 parent 7c80cba commit 5cc1cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/form-tags/_form-tags.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
margin-top: -0.25rem;
44

55
.b-form-tag,
6-
.b-form-tags-input-li {
6+
.b-form-tags-li-input {
77
margin-top: 0.25rem;
88
}
99
}

src/components/form-tags/form-tags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ export const BFormTags = /*#__PURE__*/ Vue.extend({
657657
'li',
658658
{
659659
key: '__li-input__',
660-
staticClass: 'flex-grow-1 b-form-tags-input-li',
660+
staticClass: 'flex-grow-1 b-form-tags-li-input',
661661
attrs: {
662662
role: 'none',
663663
'aria-live': 'off',

0 commit comments

Comments
 (0)