fix: update font-feature-settings in diff-style-overrides.css (#1827)

* fix: update font-feature-settings in diff-style-overrides.css

Changed the font-feature-settings property for the diff-tailwindcss-wrapper to disable ligatures by setting it to "liga" off, ensuring consistent text rendering across different components.

* chore: run formatter

---------

Co-authored-by: Pedro <>
This commit is contained in:
Pedro Paixao
2026-01-12 02:48:35 -05:00
committed by GitHub
parent 7de87e9b3a
commit b6518fd930
4 changed files with 1558 additions and 18 deletions

View File

@@ -470,7 +470,7 @@
.diff-tailwindcss-wrapper .diff-add-widget,
.diff-tailwindcss-wrapper .diff-widget-tooltip {
font-family: inherit;
font-feature-settings: inherit;
font-feature-settings: 'liga' off;
font-variation-settings: inherit;
font-size: 100%;
font-weight: inherit;