Skip to content

Commit

Permalink
Update createStyleSheet, #27
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmtg committed Oct 19, 2022
1 parent 10003d8 commit a2e7134
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/createStyleSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,15 @@ export function createStyleSheet(api: ApiAdapter) {
},
'&> ul': {
marginTop: `${0}px`,

},
'& ul': {
paddingInlineStart: `${20}px`,
},
'& p': {
paddingInlineStart: `${0}px`,
marginBlockStart: `auto`,
},

// Fix for list callouts bug; https://github.com/jensmtg/influx/issues/20
'& span[class=lc-li-wrapper]': {
marginBlockEnd: `${0}px !important`,
Expand Down

0 comments on commit a2e7134

Please sign in to comment.