fix #44 Lists not showing correctly in journal
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -893,6 +893,19 @@
|
|||||||
flex: 100%;
|
flex: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Restore list style
|
||||||
|
&.journal .journal-page-content {
|
||||||
|
ul {
|
||||||
|
margin: 0.5rem 0;
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
list-style-type: initial;
|
||||||
|
margin: 0.5rem 0 0.5rem 1.5rem;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Lang Adjust.
|
// Lang Adjust.
|
||||||
&.sheet {
|
&.sheet {
|
||||||
|
|||||||
Reference in New Issue
Block a user