[ad_1]
Hi @jos202,
WordPress changed the way lists are being handled in the editor. We had to remove the space between styled list items during the transition to the new format.
We’ll check if restoring it in a way that would be compatible with the new format would be possible.
However, in the meantime, you may use the following custom CSS snippet for removing the space between styled list blocks on your page:
li.ub_styled_list_item {
margin-bottom: 10px;
}We apologize for the inconvenience. We will try to make it built-in as soon as possible.
Kind regards.
