Hi. When adding bullet or numeric lists and sublists, a line space gets added, even though it doesn't appear in dashboard HTML or visual view. See example: dashboard visual dashboard HTML vs website
Hello, If you want to remove that spaces then use following css in Custom CSS. Code: ul,ol{ margin-bottom: 0px; } Thanks & Regards Yogesh Bhade