mirror of https://github.com/tiangolo/fastapi.git
💄 Fix CSS breaking RTL languages (erroneously introduced by a previous RTL PR) (#11039)
This commit is contained in:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue