mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
6a001fb4a4
1 changed files with 1 additions and 3 deletions
|
@ -731,9 +731,7 @@
|
|||
|
||||
@media (min-width: 701px) {
|
||||
.postbody {
|
||||
/** deduct postprofile width (including border width, margin and padding) and postbody margin and padding */
|
||||
width: calc(100% - 200px - 1px - 16px);
|
||||
margin-right: 16px;
|
||||
width: calc(100% - 200px - 1px - 1px);
|
||||
}
|
||||
|
||||
.postprofile {
|
||||
|
|
Loading…
Add table
Reference in a new issue