mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Merge pull request #4354 from crookedneighbor/markdown-lists-in-tasks
Adjusted margin for markdown list in task-text.
This commit is contained in:
commit
8ba6bcddde
1 changed files with 3 additions and 0 deletions
|
|
@ -107,6 +107,9 @@ for $stage in $stages
|
|||
line-height: 1.4
|
||||
word-wrap: break-word
|
||||
|
||||
markdown > ul > li // Otherwise, + gets turned into a bullet and gets maksed by buttons
|
||||
margin-left:20px
|
||||
|
||||
span.emoji
|
||||
width:1.5em
|
||||
height:1.5em
|
||||
|
|
|
|||
Loading…
Reference in a new issue