What I’m trying to do
I’m trying to create more spacing between the bullet points inside a callout. How do I do this? Right now it feels too tight.
Things I have tried
I’ve tried to search the forum and read Obsidian Help.
Does anyone know?
I’m trying to create more spacing between the bullet points inside a callout. How do I do this? Right now it feels too tight.
I’ve tried to search the forum and read Obsidian Help.
Does anyone know?
You could try something like this. It will adjust the vertical spacing between list items in callouts only, and should work with most themes.
.callout {
--list-spacing: 0.2em; /* default: 0.075em */ }
Amazing. Thank you! This should really be possible without CSS imo.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.