File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ img.notion-page-icon {
284284
285285.notion-list-disc {
286286 list-style-type : disc;
287- padding-left : 1.7 em ; /* edit: changed logical propterties default to left */
287+ padding-left : 1.6 em ; /* edit: changed logical propterties default to left */
288288 margin-top : 0px ;
289289 margin-bottom : 0px ;
290290}
@@ -313,10 +313,15 @@ img.notion-page-icon {
313313}
314314
315315.notion-list li {
316- padding : 6 px 0px ;
316+ padding : 4 px 0px ;
317317 white-space : pre-wrap;
318318}
319319
320+ .notion-list > .notion-text {
321+ margin-left : -1.6em ;
322+ padding-left : 0px ;
323+ }
324+
320325.notion-asset-wrapper {
321326 margin : 0.5rem auto 0.5rem ;
322327 max-width : 100% ;
@@ -505,7 +510,7 @@ img.notion-page-icon {
505510}
506511.notion-callout-text {
507512 margin-left : 8px ;
508- white-space : pre-line; /* edit: break on carriage returns in callout text */
513+ white-space : pre-line;
509514}
510515
511516.notion-toggle {
You can’t perform that action at this time.
0 commit comments