Merge pull request #6016 from hubaishan/ticket/16540

[ticket/16540] Fix wrong postbody margin RTL
This commit is contained in:
Marc Alexander 2020-07-21 11:55:57 +02:00 committed by GitHub
commit 05cf78b589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1088,3 +1088,10 @@ li.breadcrumbs span:first-child > a {
margin-bottom: 5px;
}
}
@media (min-width: 701px) {
.rtl .postbody {
margin-right: 0;
margin-left: 16px;
}
}