feat(theme): disable whitespace wrapping for VPBadge

pull/4968/head
brainshaker 2 months ago
parent 3d61619ec0
commit 817a0bec77

@ -24,6 +24,7 @@ withDefaults(defineProps<Props>(), {
line-height: 22px;
font-size: 12px;
font-weight: 500;
white-space: nowrap;
transform: translateY(-2px);
}

Loading…
Cancel
Save