8000 remove spacing utility · bootstrap-vue/bootstrap-vue@278f2d8 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 278f2d8

Browse files
committed
remove spacing utility
1 parent bc9b8de commit 278f2d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
font-size: 75%;
3333
font-weight: normal;
3434
line-height: $input-line-height;
35+
margin-right: 0.25rem;
36+
margin-top: 0.25rem;
3537

3638
&.disabled {
3739
opacity: 0.75;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ export const BFormTags = /*#__PURE__*/ Vue.extend({
530530
BFormTag,
531531
{
532532
key: `li-tag__${tag}`,
533-
staticClass: 'mt-1 mr-1',
534533
class: tagClass,
535534
props: {
536535
// `BFormTag` will auto generate an ID

0 commit comments

Comments
 (0)
0