generatepress
generatepress copied to clipboard
New ul, ol values in Gutenberg
Hello. Items on the List Block used to have bigger margins on WordPress 5.4. On WordPress 5.5 it is:
.editor-styles-wrapper ul, .editor-styles-wrapper ol { margin-bottom: 28px; margin-left: 1.3em; }
On frontend, GeneratePress 2.4.2 applies a bigger value: ul, ol { margin: 0 0 1.5em 3em; }
Do you consider mirroring the Editor value on this situation? Margin-left as 1.3em is better than 3em.
Changing front-end values like this isn't something we would do - no one wants their website to change after an update.
This is something we should consider adding to the editor CSS when using GP, so it mirrors our existing front-end values.
Will take a look.
Thanks!