Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2020-08-10 20:51:40 +02:00
commit 6a001fb4a4
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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 {