Skip to content

Commit

Permalink
fix(kbadge): kbadge should support --KBadgeMinWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinryerson authored Apr 18, 2022
1 parent 8511146 commit 6c675fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/KBadge/KBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default {
height: auto;
text-align: center;
max-width: var(--KBadgeMaxWidth, 200px);
min-width: var(--KBadgeMinWidth, 8px);
width: var(--KBadgeWidth, auto);
padding: var(--KBadgePaddingY, 2px) var(--KBadgePaddingX, 6px);
font-family: var(--font-family-sans, font(sans));
Expand Down

0 comments on commit 6c675fc

Please sign in to comment.