Margin toegevoegd op div.text in post, want intranet editor maakt geen p tags
This commit is contained in:
3
public/css/style.css
vendored
3
public/css/style.css
vendored
@@ -1287,6 +1287,9 @@ div.pp_default .pp_close:hover {
|
|||||||
line-height: 3.17;
|
line-height: 3.17;
|
||||||
color: #585858;
|
color: #585858;
|
||||||
}
|
}
|
||||||
|
.post_container .post_body div.text {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
.post_container .post_body .post_details {
|
.post_container .post_body .post_details {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
4
resources/assets/sass/components/_post.scss
vendored
4
resources/assets/sass/components/_post.scss
vendored
@@ -51,6 +51,10 @@
|
|||||||
@extend %sentence
|
@extend %sentence
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.text {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 3px solid #5ba8f4;
|
border-left: 3px solid #5ba8f4;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user