fix: Fix selection behavior on badge.

This commit is contained in:
DrJKL
2026-04-15 15:02:57 -07:00
parent d97af6b9d9
commit 64f7ed4993

View File

@@ -7,7 +7,7 @@ const { segments, segmentClass = 'px-6' } = defineProps<{
<template>
<div
class="font-formula-condensed flex h-9 items-stretch font-semibold lg:h-auto"
class="font-formula-condensed flex h-9 items-stretch font-semibold **:select-none lg:h-auto"
>
<img
src="/icons/node-left.svg"