fix(theme): disable whitespace wrapping for VPBadge (#4968)

pull/4974/head
Brainshaker95 2 months ago committed by GitHub
parent 3d61619ec0
commit 113d230478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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