mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge pull request #6046 from 3D-I/ticket/16569
[ticket/16569] Fix massive margin between zoomed posts
This commit is contained in:
commit
0be63a81c7
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@
|
|||
|
||||
@media (min-width: 701px) {
|
||||
.postbody {
|
||||
width: calc(100% - 200px - 1px - 1px);
|
||||
width: calc(100% - 200px - 1px - 16px);
|
||||
}
|
||||
|
||||
.postprofile {
|
||||
|
|
Loading…
Add table
Reference in a new issue