mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 06:06:32 +02:00
[ticket/16540] Fix wrong postbody margin RTL
Adding new rule in bidi.css to handle changes caused by [ticket/16319] PHPBB3-16540
This commit is contained in:
committed by
Marc Alexander
parent
55c4fd644c
commit
f59246ea25
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user