mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-24 16:29:41 -04:00
💄 Fix CSS breaking RTL languages (erroneously introduced by a previous RTL PR) (#11039)
This commit is contained in:
committed by
GitHub
parent
8602873d1a
commit
3b18f1bfc1
@@ -136,10 +136,6 @@ code {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.md-content__inner h1 {
|
||||
direction: ltr !important;
|
||||
}
|
||||
|
||||
.illustration {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
|
||||
Reference in New Issue
Block a user