Font ligatures create unwanted artifacts in random ids (#1434)

This commit is contained in:
Frederik Ring
2025-11-19 22:36:48 +01:00
committed by GitHub
parent 4bfe9dd5ad
commit 00fbf5c9c3

View File

@@ -142,6 +142,7 @@
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
font-variant-ligatures: no-contextual;
} }
button { button {
@@ -174,4 +175,4 @@
.recharts-yAxis { .recharts-yAxis {
@apply tabular-nums; @apply tabular-nums;
} }