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