From 3df00ed476663226a7369d3a690694bcebf163db Mon Sep 17 00:00:00 2001 From: nojaf Date: Wed, 10 Jan 2024 08:55:02 +0100 Subject: [PATCH] Add -webkit-text-size-adjust to code block --- RELEASE_NOTES.md | 5 +++++ docs/content/fsdocs-default.css | 1 + 2 files changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7ac05202..9294b54d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # Changelog +## 20.0.0-alpha-018 - 2024-01-10 + +### Fixed +* Add -webkit-text-size-adjust. [#889](https://github.com/fsprojects/FSharp.Formatting/issues/889) + ## 20.0.0-alpha-017 - 2024-01-09 ### Fixed diff --git a/docs/content/fsdocs-default.css b/docs/content/fsdocs-default.css index 77a82c81..fbd647b2 100644 --- a/docs/content/fsdocs-default.css +++ b/docs/content/fsdocs-default.css @@ -722,6 +722,7 @@ code, table.pre, pre { font-family: var(--monospace-font); font-variant-ligatures: none; font-size: var(--font-200); + -webkit-text-size-adjust: 100%; } table.pre, #content > pre.fssnip {