mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge pull request #6016 from hubaishan/ticket/16540
[ticket/16540] Fix wrong postbody margin RTL
This commit is contained in:
commit
05cf78b589
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue