Browse Source
💄 Fix CSS breaking RTL languages (erroneously introduced by a previous RTL PR) (#11039)
pull/11040/head
Sebastián Ramírez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
4 deletions
-
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; |
|
|
|