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

This commit is contained in:
Frederik Ring
2025-11-19 16:36:48 -05:00
committed by GitHub
parent 4bfe9dd5ad
commit 00fbf5c9c3
+2 -1
View File
@@ -142,6 +142,7 @@
body {
@apply bg-background text-foreground;
font-variant-ligatures: no-contextual;
}
button {
@@ -174,4 +175,4 @@
.recharts-yAxis {
@apply tabular-nums;
}
}