fix margins

pull/1/head
David Benqué 2020-04-29 16:41:54 +01:00
parent 6274591fab
commit 7fa9fd454e
2 changed files with 7 additions and 2 deletions

View File

@ -67,10 +67,16 @@
margin-top: 5px;
}
padding: 5px;
&:nth-child(2) {
margin-top: 10px;
};
&:last-child {
margin-bottom: 10px;
}
}
.cp-comment {
&:not(:first-child) {
// margin-top: 5px;
margin-top: 5px;
}
}
.cp-comment-header {

View File

@ -87,7 +87,6 @@ body.cp-app-pad {
width: 300px;
//background-color: white;
margin: 0px 20px;
padding: 10px 0px; // XXX not applied at the bottom
.comments_main();
}
&.cke_body_width {