Add alignment styles for task list items (#378)
This commit is contained in:
parent
a2bc374f47
commit
2721ab6a29
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ ul[data-type="taskList"] {
|
|||
flex: 0 0 auto;
|
||||
margin-right: 0.5rem;
|
||||
user-select: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
> div {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue