List rendering error (#140)
This commit is contained in:
parent
1d5c6f4895
commit
fd2703c46d
|
@ -276,13 +276,15 @@ export default {
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.open-complete-form {
|
.open-complete-form {
|
||||||
.form-description {
|
.form-description, .nf-text {
|
||||||
ol {
|
ol {
|
||||||
@apply list-decimal list-inside;
|
@apply list-decimal list-inside;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
@apply list-disc list-inside;
|
@apply list-disc list-inside;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue