Skip to content

Commit

Permalink
fix(#8002): fixing bullet points in Enketo forms (#8767)
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda authored Dec 20, 2023
1 parent 23f494b commit 5a34f6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webapp/src/css/enketo/medic.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
display: inline;
}
}

.question.non-select .question-label ul li {
list-style: inside;
padding-left: 2px;
}
}

#form-title {
Expand Down

0 comments on commit 5a34f6f

Please sign in to comment.