List rendering error (#140)

This commit is contained in:
formsdev 2023-07-03 13:14:27 +05:30 committed by GitHub
parent 1d5c6f4895
commit fd2703c46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}
}
}