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