List view bug and suggestion
Hi there,
I report that the list view template generate an empty <p></p> tag that leave large space. Guess it's a paragraph for no event message but it remain also with event to list.
I also suggest a css edit:
.simcal-default-calendar-list ul.simcal-events {margin:0;}
.simcal-default-calendar-list ul.simcal-events li.simcal-event {margin-bottom:0;}
this will keep list aligned right with no indent that may cause problem with list used in sidebar for example.
I would also not use <p> tag to envelope event details. Editor should allow plain text (paragraph add margin and special formatting in many themes)
Maybe it makes sense to remove the <p> if there is no message, assuming p tag is for that only.