8000
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 bc9b8de commit 278f2d8Copy full SHA for 278f2d8
src/components/form-tags/_form-tags.scss
@@ -32,6 +32,8 @@
32
font-size: 75%;
33
font-weight: normal;
34
line-height: $input-line-height;
35
+ margin-right: 0.25rem;
36
+ margin-top: 0.25rem;
37
38
&.disabled {
39
opacity: 0.75;
src/components/form-tags/form-tags.js
@@ -530,7 +530,6 @@ export const BFormTags = /*#__PURE__*/ Vue.extend({
530
BFormTag,
531
{
532
key: `li-tag__${tag}`,
533
- staticClass: 'mt-1 mr-1',
534
class: tagClass,
535
props: {
536
// `BFormTag` will auto generate an ID
0 commit comments