If we use bullets and Hide details options one by one, they do not get aligned which makes a post look untidy:
Is there anything that can be done about it?
Canapin
(Coin-coin le Canapin)
2
Hey Helga 
Unless I misunderstood, this is the normal behavior:
Lists always have a left margin padding by default, and having a Hide details or any other element next to it doesn’t change anything.
Got it, thank you, @Canapin!
Can we set a left margin for a Hide details maybe? 
Canapin
(Coin-coin le Canapin)
4
The CSS using the same padding as a list would be:
.cooked, .d-editor-preview {
details {
padding-left: 1.25em;
}
}

Wow, thanks a million! You’re a star! 