From: Sebastián Ramírez Date: Sun, 28 Jan 2024 09:53:45 +0000 (+0100) Subject: 💄 Fix CSS breaking RTL languages (erroneously introduced by a previous RTL PR) (... X-Git-Tag: 0.109.1~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b18f1bfc1069e5353c5dcbd6ba9c22063711fb1;p=thirdparty%2Ffastapi%2Ffastapi.git 💄 Fix CSS breaking RTL languages (erroneously introduced by a previous RTL PR) (#11039) --- diff --git a/docs/en/docs/css/custom.css b/docs/en/docs/css/custom.css index 187040792b..386aa9d7e7 100644 --- a/docs/en/docs/css/custom.css +++ b/docs/en/docs/css/custom.css @@ -136,10 +136,6 @@ code { display: inline-block; } -.md-content__inner h1 { - direction: ltr !important; -} - .illustration { margin-top: 2em; margin-bottom: 2em;