Skip to content

Commit b65e916

Browse files
authored
Merge pull request #1306 from livewire/josh/fix-badge-left-inset
Fix badge left inset
2 parents a635c84 + 578bef2 commit b65e916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stubs/resources/views/flux/badge/index.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
])
1010

1111
@php
12-
$insetClasses = Flux::applyInset($inset, top: '-mt-1', right: '-mr-2', bottom: '-mb-1', left: '-ml-1');
12+
$insetClasses = Flux::applyInset($inset, top: '-mt-1', right: '-mr-2', bottom: '-mb-1', left: '-ml-2');
1313
1414
// When using the outline icon variant, we need to size it down to match the default icon sizes...
1515
$iconClasses = Flux::classes()->add($iconVariant === 'outline' ? 'size-4' : '');

0 commit comments

Comments
 (0)