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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user