]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
💄 Fix CSS breaking RTL languages (erroneously introduced by a previous RTL PR) (...
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 28 Jan 2024 09:53:45 +0000 (10:53 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Jan 2024 09:53:45 +0000 (09:53 +0000)
docs/en/docs/css/custom.css

index 187040792b1e8206f39c7feef59ec61a744a992e..386aa9d7e7fd3289febe408f07a1929718b2a802 100644 (file)
@@ -136,10 +136,6 @@ code {
   display: inline-block;
 }
 
-.md-content__inner h1 {
-  direction: ltr !important;
-}
-
 .illustration {
   margin-top: 2em;
   margin-bottom: 2em;