Margin toegevoegd op div.text in post, want intranet editor maakt geen p tags

This commit is contained in:
NH Gooi
2025-01-04 17:51:04 +01:00
parent eb9813c239
commit 37745e8ae9
2 changed files with 7 additions and 0 deletions

View File

@@ -1287,6 +1287,9 @@ div.pp_default .pp_close:hover {
line-height: 3.17;
color: #585858;
}
.post_container .post_body div.text {
margin-bottom: 20px;
}
.post_container .post_body .post_details {
margin: 0;
padding: 0;