fix(dashboard): don't trim newlines after lists in markdown parsing

This commit is contained in:
Jake Fulmine 2024-04-11 20:19:37 +02:00
parent ec81bb0c80
commit fc1ef62334
3 changed files with 9 additions and 3 deletions

View file

@ -226,4 +226,10 @@ img.emoji {
.card-body h3 {
font-size: 1.125em;
font-weight: bold;
}
.description {
ul, ol {
margin: 0;
}
}