Change indentation in bullet lists

any css or settings for reducing the indentation in lists? the indentation is too big IMO.
this is happening in minimal theme settings both on preview and edit mode.

I’m completely new to this but I have the same question. Here is my solution, create a css snippet with this:

body {
	--list-edit-offset:-0.85em;
	--list-indent:0em
}
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.