mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): don't trim newlines after lists in markdown parsing
This commit is contained in:
parent
ec81bb0c80
commit
fc1ef62334
3 changed files with 9 additions and 3 deletions
|
|
@ -226,4 +226,10 @@ img.emoji {
|
|||
.card-body h3 {
|
||||
font-size: 1.125em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.description {
|
||||
ul, ol {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue