Fix checkmark in kanban markdown
parent
f2b3a711eb
commit
2443c52d42
|
@ -71,10 +71,6 @@
|
|||
position: absolute;
|
||||
margin-left: -17px;
|
||||
margin-top: 4px;
|
||||
&.fa-check-square {
|
||||
font-size: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
media-tag {
|
||||
|
|
|
@ -70,6 +70,14 @@
|
|||
|
||||
.markdown_main();
|
||||
.markdown_cryptpad();
|
||||
.todo-list-item {
|
||||
.fa {
|
||||
&.fa-check-square {
|
||||
font-size: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cp-app-code-preview-empty {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue